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
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 10 months ago
- Lending iterators on stable Rust☆83Updated last year
- ☆197Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated last month
- A fast and flexible LRU map.☆190Updated 6 months ago
- Utilities for working with impl traits in Rust.☆110Updated 6 months ago
- A simple concurrent caching library that might fit to many use cases☆134Updated 6 months ago
- Define your own PhantomData☆155Updated 3 weeks ago
- rust bindings of snmalloc☆137Updated 3 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆158Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆185Updated this week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆193Updated 3 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- Some internal rustc tools made accessible☆47Updated 6 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆110Updated this week
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- ☆33Updated last year
- ☆50Updated 7 months ago
- Utility wrapper to send non send types to other threads safely☆183Updated 4 months ago
- Non-interleaving multithreaded output queue☆71Updated last month
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- Library safely exposing the io_uring API.☆66Updated 4 months ago
- A high-performance SPSC bounded circular buffer of bytes☆48Updated 3 weeks ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated 11 months ago
- A global executor built on top of async-executor and smol☆74Updated 4 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- A scope for async_std and tokio to spawn non-static futures☆142Updated last year
- A lock-free, append-only atomic pool.☆67Updated 3 years ago