The AsyncRead, AsyncWrite, AsyncSeek, and AsyncBufRead traits for the futures-rs library.
# Cargo.toml
[dependencies]
futures-io = "0.3.31"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import the AsyncRead trait for async I/O
Add a runtime like tokio and use #[tokio::main] or similar.
No dependency data recorded yet.