4lDO2 / real-async-trait-rsLinks
A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type erasure
☆45Updated 3 years ago
Alternatives and similar repositories for real-async-trait-rs
Users that are interested in real-async-trait-rs are comparing it to the libraries listed below
Sorting:
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated last month
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Lossless functionality for platform-native strings.☆73Updated 4 months ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated 11 months ago
- Concurrent hash trie☆58Updated 5 years ago
- ☆30Updated last year
- A Rust memory allocator for large slices that don't escape the stack.☆31Updated 3 years ago
- Helper macros: autoimpl, impl_scope☆68Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- ☆46Updated 4 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 10 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Collection of typed data structures, trait operators and aliases☆51Updated 5 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- An experimental columnar arena☆43Updated 11 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆85Updated 2 years ago
- Efficient sets of bytes for Rust☆18Updated 5 years ago
- A library for generating Graphviz DOT language files for graphs.☆77Updated 6 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last week