futures-rs
Zero-cost asynchronous programming in Rust
About this project
Zero-cost asynchronous programming in Rust Documentation Website futures-rs is a library providing the foundations for asynchronous programming in Rust. It includes key trait definitions like Stream, as well as utilities like join!, select!, and various futures combinator methods which enable expressive asynchronous control flow. Usage Add this to your Cargo.toml: The current futures requires Rust 1.71 or later. Feature std Futures-rs works without the standard library, such as in bare metal environments. However, it has a significantly reduced API surface. To use futures-rs in a #[nostd] environment, use: License Licensed under either of…
Technologies
Project health
GitHub
Reviews
Built by
Maintain rust-lang/futures-rs? Claiming verifies admin access through your GitHub account and gives you control of this listing.