matthieu-m / ghost-collectionsLinks
Safe collections written in stable Rust, based on GhostCell and StaticRc.
☆187Updated 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☆141Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Utilities for dealing with substructures within syn macros☆142Updated 5 months ago
- home for proposals in and around compile-time function evaluation☆111Updated 2 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- generators☆209Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆261Updated 3 weeks ago
- Easy function multiversioning for Rust☆242Updated 10 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆381Updated last month
- A fast, concurrent string interner☆158Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆261Updated 3 months ago
- Small, fast, synchronization primitives☆252Updated last year
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 2 months ago
- Manual segmented stacks for Rust☆323Updated last week
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- Typed index version of Rust slice and Vec containers☆74Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated this week
- A Rust proc_macro_attribute to outline conversions from generic functions☆280Updated 2 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- Cargo subcommand for checking your documentation for broken links☆155Updated 10 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Compile-time reference counting☆456Updated 5 months ago
- 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
- Make trait methods callable without the trait in scope☆160Updated 2 weeks ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago