8000 GitHub - tokio-rs/tokio-io: Core I/O primitives for asynchronous I/O in Rust.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

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

Contributors 23

Languages

0