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:
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆162Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆128Updated 8 months ago
- generators☆209Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Small, fast, synchronization primitives☆250Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆254Updated this week
- Easy function multiversioning for Rust☆237Updated 9 months ago
- A fast, concurrent string interner☆152Updated last year
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated last year
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆233Updated 4 years ago
- Utilities for dealing with substructures within syn macros☆142Updated 4 months ago
- Statically-checked alternatives to RefCell and RwLock☆372Updated this week
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆151Updated this week
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Typed index version of Rust slice and Vec containers☆73Updated last month
- A HashMap variant that spreads resize load across inserts☆192Updated 7 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆259Updated 2 months ago
- A graphical debugger for Rust MIR☆195Updated 3 years ago
- Compile-time reference counting☆456Updated 4 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 4 months ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated this week
- dipa makes it easy to efficiently delta encode large Rust data structures.☆269Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 9 months ago