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 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- ☆75Updated 3 weeks ago
- Serde Visitor for deserializing untagged enums☆69Updated last month
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆22Updated 4 years ago
- Scalable and lock-free memory reclamation system☆37Updated last month
- Rust library that provides helpers for testing resilience of I/O operations.☆33Updated 2 years ago
- A minimalist property-based testing library☆123Updated 9 months ago
- Rust closures you can transfer over an FFI boundary☆27Updated 5 years ago
- Human-friendly indexed collections☆56Updated 3 months ago
- Experimenting with Rust's fundamental data model☆58Updated 3 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆67Updated last month
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Ergonomic and composable async stream generation without macros☆26Updated last month
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Memory validation framework for Rust☆75Updated 4 months ago
- ☆77Updated 5 months ago
- Eager evaluation of macros like `concat!` and `env!`☆41Updated last month
- Procedural macro to easily write higher-order strategies in proptest.☆48Updated last week
- trigger io::Error's in test, and annotate their source☆31Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Rust traits for key comparison in maps.☆37Updated 11 months ago
- bytes::BufMut implementation to count buffer size☆25Updated last month
- Parse JSON file at compile time and embed as serde_json::Value☆34Updated last month
- Benchmarking library for stable Rust☆47Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- ☆34Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year