Async stream for Rust and the futures crate.
Use std::ops traits with Futures
Abstractions over Send and !Send futures
Implementation detail of the `futures-async-stream` crate.
toy futures combinators
Excessive tooling for Rust, boosting productivity and operations
An asynchronous ZIP archive reading/writing crate using futures-rs.
For quickly making a struct into a future via an async fn
Completion-handler based futures for single-threaded asynchronous programming (reactor pattern)
模仿 jQuery.Deferred(),允许从 Future 实现类实例的外部对正在 pending 的 Future 对象进行 resolve 或 reject 处理。
Async test/bench toolkit including single stepping executors. No-std compatible.
Async/await syntax for Rust through a procedural macro. This crate defines the `#[async]` macro for functions, the `await!` macro for function bodies, and intends to be used with the `futures` crate on crates.io as well.