Registry / async / futures-io

futures-io

JSON →
library0.3.31rscratesunverified

The AsyncRead, AsyncWrite, AsyncSeek, and AsyncBufRead traits for the futures-rs library.

# Cargo.toml [dependencies] futures-io = "0.3.31"
INSTALL
IMPORT
SIG · FUTURES-IO
F
futures-io
asyncrustv0.3.31
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AsyncRead
use futures_io::AsyncRead;

Import the AsyncRead trait for async I/O

use futures_io::AsyncRead; fn main() { println!("AsyncRead trait available"); }
Debug
Known issues
gotchaRequires an async runtime (e.g., tokio or async-std) to actually execute async operations.
fix
Add a runtime like tokio and use #[tokio::main] or similar.
affects: >=0.3.0
Upgrade
Version history
0.3.31latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources
futures-io — cargo add futures-io · libregistry