Provides the AsyncRead and AsyncWrite traits for the futures-rs library.
# Cargo.toml
[dependencies]
futures-io-preview = "0.2.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing the AsyncRead trait.
Replace `futures-io-preview` with `futures-io` in Cargo.toml and update imports to `futures::io::AsyncRead`.
No dependency data recorded yet.