futures-io-preview 0.3.0-alpha.1

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
docs.rs failed to build futures-io-preview-0.3.0-alpha.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: futures-io-preview-0.3.0-alpha.19

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.