Docs.rs
futures-io-0.2.1
Platform
i686-apple-darwin
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
futures-io 0.2.1
The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
Crate
Source
Builds
Feature flags
Documentation
Links
Homepage
rust-lang/futures-rs
5438
631
180
crates.io
Dependencies
futures-core ^0.2.1
iovec ^0.1
Versions
0.3.31
0.3.30
0.3.29
0.3.28
0.3.27
0.3.26
0.3.25
0.3.24
0.3.23
0.3.22
0.3.21
0.3.20
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.2.0-beta
0.2.0-alpha
0.1.0
Owners
Asynchronous I/O This crate contains the `AsyncRead` and `AsyncWrite` traits, the asynchronous analogs to `std::io::{Read, Write}`. The primary difference is that these traits integrate with the asynchronous task system.