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
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 8 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- Concurrent hash trie☆58Updated 5 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 3 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 2 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- wrap errors with automatic backtrace capture and print-on-result-unwrap☆33Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated last month
- Lossless functionality for platform-native strings.☆73Updated 4 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).