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
- 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 this week
- Experimenting with Rust's fundamental data model☆55Updated 2 months ago
- Human-friendly indexed collections☆56Updated 2 months ago
- Memory validation framework for Rust☆71Updated 2 months ago
- Ergonomic and composable async stream generation without macros☆23Updated last month
- Parse JSON file at compile time and embed as serde_json::Value☆33Updated last month
- Scalable and lock-free memory reclamation system☆37Updated this 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
- Eager evaluation of macros like `concat!` and `env!`☆41Updated last month
- A minimalist property-based testing library☆120Updated 7 months ago
- ☆76Updated last month
- Rust closures you can transfer over an FFI boundary☆27Updated 5 years ago
- Some internal rustc tools made accessible☆47Updated 2 months ago
- Serde Visitor for deserializing untagged enums☆67Updated this week
- Mirror of Rust's allocator api for use on stable rust☆71Updated last week
- Fallible is an Option with inverted Try-semantics.☆25Updated 2 years ago
- Rust traits for key comparison in maps.☆35Updated 10 months ago
- Procedural macro to easily write higher-order strategies in proptest.☆48Updated last week
- ☆34Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆86Updated last year
- Reports when tokio runtime threads are blocking☆66Updated last year
- Rust library that provides helpers for testing resilience of I/O operations.☆33Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- A hash table with deque-like order and fast iteration; access items by key or sequence index☆16Updated 3 weeks ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- Tiny little crate to determine how large an unnameable type is.☆12Updated 8 months ago
- Make any value Sync but only available on its original thread☆39Updated this week