compiler-errors / async-iterator-extLinks
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:
- (lifetime) GATs on stable Rust☆59Updated last year
- Serde Visitor for deserializing untagged enums☆67Updated this week
- ☆76Updated last month
- Lending iterators on stable Rust☆83Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated last week
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆65Updated last week
- Parse JSON file at compile time and embed as serde_json::Value☆33Updated last month
- Eager evaluation of macros like `concat!` and `env!`☆41Updated last month
- ☆34Updated last year
- bytes::BufMut implementation to count buffer size☆24Updated this week
- Procedural macro to easily write higher-order strategies in proptest.☆48Updated last week
- A minimalist property-based testing library☆120Updated 7 months ago
- Experimenting with Rust's fundamental data model☆55Updated 2 months ago
- Memory validation framework for Rust☆71Updated 2 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆86Updated last year
- Some internal rustc tools made accessible☆47Updated 2 months ago
- Human-friendly indexed collections☆56Updated 2 months ago
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Ergonomic and composable async stream generation without macros☆23Updated last month
- Rust traits for key comparison in maps.☆35Updated 10 months ago
- An async version of iterator☆40Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- Mirror of Rust's allocator api for use on stable rust☆72Updated last week
- Rust closures you can transfer over an FFI boundary☆27Updated 5 years ago
- Reports when tokio runtime threads are blocking☆66Updated last year
- A concurrent, append-only vector.☆207Updated 4 months ago
- Finding ownership bugs at scale.☆26Updated this week
- Rust library that provides helpers for testing resilience of I/O operations.☆33Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year