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:
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Rust closures you can transfer over an FFI boundary☆27Updated 5 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Updated 2 weeks ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last week
- Nudging the compiler to auto-vectorize things☆76Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 4 months ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 11 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- ☆30Updated last year
- Set theory applied on sorted and deduplicated slices.☆47Updated 3 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- ☆46Updated 4 years ago
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- An article explaining the unsoundness I found in owning-ref☆27Updated 4 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 5 years ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- A Rust memory allocator for large slices that don't escape the stack.☆31Updated 3 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Lossless functionality for platform-native strings.☆74Updated 7 months ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Crunchy unroller - deterministically unroll constant loops☆50Updated 7 months ago
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 8 months ago
- Attribute proc-macro to delegate method to a field☆29Updated 2 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 3 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago