futures-io-preview 0.2.2

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
Documentation
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.