Docs.rs
futures-io-preview-0.2.2
Platform
i686-pc-windows-msvc
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-preview 0.2.2
The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
15
out of
15
items documented
0
out of
15
items with examples
Size
Source code size: 27.73 kB
Documentation size: 4.46 MB
Links
Homepage
rust-lang/futures-rs
5405
626
180
crates.io
Dependencies
futures-core-preview ^0.2.2
normal
iovec ^0.1
normal
optional
Versions
0.3.0-alpha.19
0.3.0-alpha.18
0.3.0-alpha.17
0.3.0-alpha.16
0.3.0-alpha.15
0.3.0-alpha.14
0.3.0-alpha.13
0.3.0-alpha.12
0.3.0-alpha.11
0.3.0-alpha.10
0.3.0-alpha.9
0.3.0-alpha.8
0.3.0-alpha.7
0.3.0-alpha.6
0.3.0-alpha.5
0.3.0-alpha.4
0.3.0-alpha.3
0.3.0-alpha.2
0.3.0-alpha.1
0.2.2
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.