An implementation of Joshua Yanovski's Ghost Cell paper.
☆501Jan 28, 2024Updated 2 years ago
Alternatives and similar repositories for ghost-cell
Users that are interested in ghost-cell are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Compile-time reference counting☆456May 18, 2025Updated 10 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆187May 9, 2021Updated 4 years ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆468Sep 13, 2025Updated 6 months ago
- Runtime for executing procedural macros as WebAssembly☆1,481Jan 21, 2026Updated 2 months ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Concurrency permutation testing tool for Rust.☆2,648Feb 20, 2026Updated last month
- Defines the Rust borrow checker.☆1,587Jun 6, 2025Updated 9 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆285Jan 22, 2026Updated 2 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,986Feb 8, 2026Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆297Dec 30, 2025Updated 2 months ago
- Slab allocator for Rust☆886Jan 31, 2026Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Easy self-referential struct generation for Rust.☆700Jan 11, 2025Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆117May 20, 2025Updated 10 months ago
- A fancy diagnostics & error reporting crate☆2,152Updated this week
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,787Feb 7, 2026Updated last month
- Compile time static maps for Rust☆2,112Mar 12, 2026Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- libgccjit AOT codegen for rustc☆1,104Mar 15, 2026Updated last week
- A memory efficient string type that can store up to 24* bytes on the stack☆818Dec 24, 2025Updated 3 months ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- "A very small syn"☆214Feb 1, 2025Updated last year
- Fancy extension for std::Error with pretty, detailed diagnostic printing.☆2,520Sep 29, 2025Updated 5 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- A snapshot testing library for rust☆2,798Mar 14, 2026Updated last week
- Analysis of various tricky Rust code☆1,999Dec 20, 2025Updated 3 months ago
- A lock-free, read-optimized, concurrency primitive.☆2,097Mar 14, 2026Updated last week
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Feb 10, 2022Updated 4 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Feb 16, 2026Updated last month
- Execute Rust code carefully, with extra checking along the way☆481Jan 3, 2026Updated 2 months ago
- Zero-copy deserialization framework for Rust☆4,100Feb 28, 2026Updated 3 weeks ago
- A next-generation test runner for Rust.☆2,865Updated this week
- a debugger for async rust!☆4,447Feb 3, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- generators☆211Sep 20, 2023Updated 2 years ago