rust-lang / trait-system-refactor-initiativeLinks
The Rustc Trait System Refactor Initiative
☆25Updated 2 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
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- Define your own PhantomData☆156Updated last week
- A fast and flexible LRU map.☆190Updated 7 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 11 months ago
- Utilities for working with impl traits in Rust.☆112Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- rust bindings of snmalloc☆138Updated 4 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- ☆198Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆212Updated last week
- Const TypeId and non-'static TypeId☆66Updated last week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated 3 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆62Updated 3 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- Better reference counted strings for Rust☆134Updated last year
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated last month
- A simple concurrent caching library that might fit to many use cases☆134Updated 7 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆159Updated 2 weeks ago
- Library safely exposing the io_uring API.☆68Updated 4 months ago
- ☆50Updated 8 months ago
- Async stream for Rust and the futures crate.☆185Updated 2 weeks ago
- Some internal rustc tools made accessible☆47Updated 7 months ago
- ☆33Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Benchmarking library for stable Rust☆46Updated 4 months ago
- Make trait methods callable without the trait in scope☆152Updated last week
- This is a Rust implementation for popular caches (support no_std).☆112Updated 6 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year