compiler-errors / async-iterator-ext
Combinator methods for `std::AsyncIterator` using all the new `async` superpowers
☆10Updated last year
Alternatives and similar repositories for async-iterator-ext
Users that are interested in async-iterator-ext are comparing it to the libraries listed below
Sorting:
- Lending iterators on stable Rust☆82Updated last year
- Experimenting with Rust's fundamental data model☆51Updated 7 months ago
- (lifetime) GATs on stable Rust☆58Updated last year
- ☆33Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 9 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 6 months ago
- Serde Visitor for deserializing untagged enums☆63Updated 2 months ago
- Parse JSON file at compile time and embed as serde_json::Value☆28Updated 2 months ago
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- Generate markdown comparison tables from `cargo-criterion` JSON output☆33Updated 3 years ago
- Additional utilities around the bytes crate☆19Updated 3 weeks ago
- ☆65Updated 11 months ago
- Eager evaluation of macros like `concat!` and `env!`☆39Updated 2 months ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 7 months ago
- Human-friendly indexed collections☆53Updated 2 months ago
- Rust traits for key comparison in maps.☆28Updated 2 months ago
- Some internal rustc tools made accessible☆47Updated 4 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Scalable and lock-free memory reclamation system☆28Updated 2 months ago
- ☆35Updated 3 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 4 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Choose Rust types at compile-time via constants☆65Updated last year
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 5 years ago
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Reports when tokio runtime threads are blocking☆64Updated 8 months ago
- Procedural macro to easily write higher-order strategies in proptest.☆45Updated last month