Skip to content
This repository has been archived by the owner on May 6, 2018. It is now read-only.
/ tokio-io Public archive

Core I/O primitives for asynchronous I/O in Rust.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

tokio-rs/tokio-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The tokio-io crate has been moved into the tokio Git repository.

Do not use this repo anymore.

tokio-io

Core I/O abstractions for the Tokio stack.

Build Status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
tokio-io = "0.1"

Next, add this to your crate:

extern crate tokio_io;

You can find extensive documentation and examples about how to use this crate online at https://tokio.rs. The API documentation is also a great place to get started for the nitty-gritty.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Core I/O primitives for asynchronous I/O in Rust.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages