rust-lang / trait-system-refactor-initiativeLinks
The Rustc Trait System Refactor Initiative
☆25Updated 3 months ago
Alternatives and similar repositories for trait-system-refactor-initiative
Users that are interested in trait-system-refactor-initiative are comparing it to the libraries listed below
Sorting:
- (lifetime) GATs on stable Rust☆59Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated last year
- A fast and flexible LRU map.☆192Updated 8 months ago
- Utilities for working with impl traits in Rust.☆113Updated 7 months ago
- Define your own PhantomData☆156Updated 2 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆130Updated 3 months ago
- rust bindings of snmalloc☆140Updated this week
- Lending iterators on stable Rust☆83Updated last year
- Const TypeId and non-'static TypeId☆67Updated 2 weeks ago
- ☆200Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- Thread parking and unparking☆78Updated 7 months ago
- Mirror of Rust's allocator api for use on stable rust☆63Updated this week
- Library and proc macro to analyze memory usage of data structures in rust.☆162Updated 2 weeks ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆88Updated last year
- Some internal rustc tools made accessible☆47Updated 8 months ago
- Async stream for Rust and the futures crate.☆186Updated this week
- ☆50Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated 2 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated this week
- Library safely exposing the io_uring API.☆68Updated 5 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Non-interleaving multithreaded output queue☆71Updated 2 weeks ago
- Better reference counted strings for Rust☆135Updated last year
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- An on-disk hash table implementation☆124Updated 3 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Make trait methods callable without the trait in scope☆152Updated 2 weeks ago
- A global executor built on top of async-executor and smol☆74Updated 3 weeks ago
- A simple concurrent caching library that might fit to many use cases☆134Updated 7 months ago