An implementation of Joshua Yanovski's Ghost Cell paper.
☆500Jan 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
Sorting:
- Compile-time reference counting☆456May 18, 2025Updated 9 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆188May 9, 2021Updated 4 years ago
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆467Sep 13, 2025Updated 5 months ago
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- A fast bump allocation arena for Rust☆2,117Updated this week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆295Dec 30, 2025Updated 2 months ago
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated last week
- Defines the Rust borrow checker.☆1,582Jun 6, 2025Updated 8 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,984Feb 8, 2026Updated 3 weeks ago
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- Easy self-referential struct generation for Rust.☆695Jan 11, 2025Updated last year
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Feb 10, 2022Updated 4 years ago
- A fancy diagnostics & error reporting crate☆2,132Jan 21, 2026Updated last month
- "A very small syn"☆212Feb 1, 2025Updated last year
- A memory efficient string type that can store up to 24* bytes on the stack☆816Dec 24, 2025Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,772Feb 7, 2026Updated 3 weeks ago
- libgccjit AOT codegen for rustc☆1,100Feb 25, 2026Updated last week
- Compile time static maps for Rust☆2,107Updated this week
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Nov 19, 2025Updated 3 months ago
- Fancy extension for std::Error with pretty, detailed diagnostic printing.☆2,509Sep 29, 2025Updated 5 months ago
- a debugger for async rust!☆4,422Feb 3, 2026Updated last month
- Analysis of various tricky Rust code☆1,996Dec 20, 2025Updated 2 months ago
- A snapshot testing library for rust☆2,781Updated this week
- generators☆211Sep 20, 2023Updated 2 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,184Feb 8, 2026Updated 3 weeks ago
- Run closures in parallel☆114Jan 19, 2025Updated last year
- Execute Rust code carefully, with extra checking along the way☆480Jan 3, 2026Updated 2 months ago
- A crate for mucking around with piles of bytes☆966Jan 31, 2026Updated last month