matthieu-m / ghost-collectionsLinks
Safe collections written in stable Rust, based on GhostCell and StaticRc.
☆185Updated 4 years ago
Alternatives and similar repositories for ghost-collections
Users that are interested in ghost-collections are comparing it to the libraries listed below
Sorting:
- generators☆210Updated last year
- Easy function multiversioning for Rust☆233Updated 8 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated last year
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆167Updated 3 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Small, fast, synchronization primitives☆249Updated 10 months ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- A collection of small utilities for working with pointer types in Rust.☆127Updated 6 months ago
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Map data structure whose keys are stored as ranges☆92Updated 2 weeks ago
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated 2 weeks ago
- A fast, concurrent string interner☆151Updated 11 months ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆229Updated 4 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 6 months ago
- Manual segmented stacks for Rust☆317Updated 3 months ago
- a lock-free concurrent slab (experimental)☆291Updated 7 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆210Updated this week
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- A graphical debugger for Rust MIR☆194Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆88Updated last month
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Compile-time reference counting☆458Updated 2 months ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆269Updated 3 years ago