matthieu-m / ghost-collections
Safe collections written in stable Rust, based on GhostCell and StaticRc.
☆183Updated 3 years ago
Alternatives and similar repositories for ghost-collections:
Users that are interested in ghost-collections are comparing it to the libraries listed below
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated last month
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Compile-time reference counting☆442Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆155Updated 11 months ago
- A collection of small utilities for working with pointer types in Rust.☆124Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 3 months ago
- Manual segmented stacks for Rust☆305Updated last month
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆261Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated last month
- home for proposals in and around compile-time function evaluation☆107Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Easy function multiversioning for Rust☆223Updated 4 months ago
- Small, fast, synchronization primitives☆245Updated 7 months ago
- a lock-free concurrent slab (experimental)☆280Updated 3 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆241Updated last month
- Utility wrapper to send non send types to other threads safely☆179Updated 3 weeks ago
- Home of the "types team", affiliated with the compiler and lang teams.☆95Updated last year
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆221Updated 4 years ago
- Support crate for rustc's self-profiling feature☆347Updated 2 months ago
- Reflection via DWARF.☆296Updated 2 years ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆461Updated last year
- A fast, concurrent string interner☆149Updated 8 months ago
- A library for to allow multiple return types by automatically generated enum.☆365Updated last month
- Graph the number of crates that depend on your crate over time☆238Updated 2 weeks ago
- Cargo subcommand for checking your documentation for broken links☆155Updated 4 months ago
- generators☆205Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆106Updated last year
- skiplist☆142Updated 3 years ago