Convenient short-hand for returning early from `futures`-based functions
Implementation of the `join!` macro.
Macros which provide useful shortcut combinators, combine sync/async chains, support single and multi thread (sync/async) step by step execution of branches, transform tuple of results in result of tuple.
Exports of the `join!`, `join_async!`, `join_spawn!`, `join_async_spawn!`, `async_spawn!` macros which are reexported by `join` crate.
Alternative futures adapters that are more cancellation-aware
provides macros to perform concurrent future resolution, while populating struct fields
implements the inner future protocol documented in the tokio docs
A future to read as many bytes as possible into a buffer
Future tool
Asynchronous tools that intends for smaller binary size.
ASN.1 to Rust, Protobuf and SQL compiler/code generator. Supports ASN.1 UPER
Pure Rust OpenVDS implementation - async I/O for multi-dimensional volumetric data with local filesystem support