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 2 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
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- ☆39Updated last year
- Completion futures for Rust☆19Updated 2 years ago
- Timer facilities for Rust's async story☆56Updated 8 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- Take a value atomically once.☆30Updated 2 years ago
- Concurrent hash trie☆54Updated 4 years ago
- Byte-wise atomic memcpy.☆36Updated 3 weeks ago
- Helper macros: autoimpl, impl_scope☆60Updated 4 months ago
- futures::AtomicWaker extracted into its own crate☆27Updated last week
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 11 months ago
- ☆46Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 5 years ago
- A procedural macro helper for easily writing custom derives for enums.☆32Updated 2 months ago
- Thread-unsafe async runtime☆28Updated 7 months ago
- Rust String type with configurable byte storage.☆35Updated 8 months ago
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 5 months ago
- Rust crate to use process file descriptors (pidfd) for Linux☆47Updated last week
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- docs.rs as a publishing platform?☆68Updated last week
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated 2 years ago
- A newtype with alignment of at least `A` bytes☆32Updated 3 months ago
- bytes::BufMut implementation to count buffer size☆22Updated last week
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year