matthieu-m / ghost-collectionsLinks
Safe collections written in stable Rust, based on GhostCell and StaticRc.
☆183Updated 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:
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated this week
- home for proposals in and around compile-time function evaluation☆110Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- Statically-checked alternatives to RefCell and RwLock☆369Updated last year
- A collection of small utilities for working with pointer types in Rust.☆126Updated 6 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- Small, fast, synchronization primitives☆245Updated 10 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆228Updated 4 years ago
- Easy function multiversioning for Rust☆231Updated 7 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- generators☆210Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆246Updated last month
- Utilities for dealing with substructures within syn macros☆140Updated 2 months ago
- A fast, concurrent string interner☆150Updated 10 months ago
- Changing function definitions at runtime in Rust☆132Updated 2 years ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 7 months ago
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 4 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 5 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆105Updated this week
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆85Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month