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:
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- Concurrent hash trie☆57Updated 4 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 9 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 7 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 5 months ago
- Helper macros: autoimpl, impl_scope☆66Updated 2 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- This custom Rust allocator logs all memory actions for further analysis☆54Updated 5 years ago
- ☆46Updated 4 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 2 weeks ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years 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
- Take a value atomically once.☆30Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 weeks ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 2 years ago
- ☆34Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- An experimental columnar arena☆43Updated 9 months ago
- The simd optimized escape code☆54Updated last week
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 8 months ago