4lDO2 / real-async-trait-rs
A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type erasure
☆46Updated 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
- ☆38Updated last year
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- ☆29Updated 10 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 4 months ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated last week
- Completion futures for Rust☆19Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 months ago
- Concurrent hash trie☆51Updated 4 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 2 months ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated last year
- A more flexible version of the Rust `scoped-tls` library☆18Updated 5 months ago
- A newtype with alignment of at least `A` bytes☆31Updated last month
- Macro for sealing traits and structures☆51Updated 3 months ago
- Timer facilities for Rust's async story☆56Updated 5 months ago
- Convert closures into wakers☆45Updated 2 months ago
- ☆24Updated 2 years ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- wrap errors with automatic backtrace capture and print-on-result-unwrap☆33Updated 10 months ago
- Typed index version of Rust slice and Vec containers☆69Updated 5 months ago
- A syn targetting PEG parser generator☆20Updated last year
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- ☆30Updated 3 months ago
- bytes::BufMut implementation to count buffer size☆22Updated 2 weeks ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆43Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 10 months ago