Async I/O
List of different packages, related to asynchronous I/O and async/await
-
async-compression
Adaptors between compression crates and Rust's modern asynchronous IO types.
-
async-std
Async version of the Rust standard library
-
async-stream
Asynchronous streams using async & await notation
-
async-trait
Type erasure for async trait methods
-
futures
An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
-
futures-intrusive
Futures based on intrusive data structures - for std and no-std environments.
-
futures-timer
Timeouts for futures.
-
smol
A small and fast async runtime
-
stream-cancel
A library for interrupting asynchronous streams.
-
tokio
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
-
tracing
Application-level tracing for Rust.
Do you know something we don't?
Did we miss an important crate? Or maybe you just recently launched something that should be listed here, too? Let us know!