futures-io-preview 0.3.0-alpha.10

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
futures-io-preview-0.3.0-alpha.10 doesn't have any 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.