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.☆64Updated this week
- ☆33Updated 9 months ago
- Serde Visitor for deserializing untagged enums☆65Updated last week
- Scalable and lock-free memory reclamation system☆34Updated last week
- Memory validation framework for Rust☆69Updated 6 months ago
- Human-friendly indexed collections☆54Updated 3 months ago
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- Parse JSON file at compile time and embed as serde_json::Value☆29Updated last week
- Experimenting with Rust's fundamental data model☆53Updated last month
- bytes::BufMut implementation to count buffer size☆22Updated last week
- Helper macros: autoimpl, impl_scope☆66Updated 2 months ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 years ago
- ☆73Updated 3 weeks 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…☆59Updated 3 weeks ago
- Some internal rustc tools made accessible☆47Updated 7 months ago
- Eager evaluation of macros like `concat!` and `env!`☆40Updated last week
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Rust traits for key comparison in maps.☆34Updated 6 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 10 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Rust library that provides helpers for testing resilience of I/O operations.☆33Updated 2 years ago
- Make any value Sync but only available on its original thread☆39Updated last week
- An async version of iterator☆40Updated last year
- Mirror of Rust's allocator api for use on stable rust☆63Updated 3 months ago
- Benchmarking library for stable Rust☆46Updated 4 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- Somewhat hacky workaround for the lack of stream generators☆14Updated 10 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 8 months ago