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:
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Small, fast, synchronization primitives☆251Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆163Updated last year
- Statically-checked alternatives to RefCell and RwLock☆378Updated 3 weeks ago
- Easy function multiversioning for Rust☆239Updated 10 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- generators☆209Updated 2 years 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 4 years ago
- A collection of small utilities for working with pointer types in Rust.☆128Updated 8 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated last week
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 2 years ago
- Compile-time reference counting☆456Updated 4 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆260Updated 2 months ago
- Map data structure whose keys are stored as ranges☆95Updated last month
- A fast, concurrent string interner☆156Updated last year
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆110Updated last month
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆234Updated 4 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated 2 weeks ago
- Manual segmented stacks for Rust☆321Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆133Updated 4 months ago
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- 🌵 Cycle-Aware Reference Counting in Rust☆151Updated this week
- Reflection via DWARF.☆297Updated 2 years ago
- skiplist☆142Updated 3 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆276Updated last month