Async Buffer Reader for IO
a procedural macro for async traits
(ab)using async/await to write simple state-machine based coroutines
Copy and pasted macros from the futures_utils library used for creating combinators
High-performance async buffered reader for reading lines in reverse order from files and streams
Async + `no_std` + no-alloc implementation of the HTTP protocol
A box that stores types like pointers, forgetting everything besides `Self: Unsize<dyn Trait>`
no_std async driver for the LD2410C radar sensor
Async IO traits that use futures instead of poll.
A utility library providing common functionality for file system operations and asynchronous file processing
Multipart support for `http-client`
`AsyncRead`, `AsyncWrite` traits but with `async fn` methods.