An implementation of Joshua Yanovski's Ghost Cell paper.
☆509Jan 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☆459May 18, 2025Updated last year
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆190May 9, 2021Updated 5 years ago
- Statically-checked alternatives to RefCell and RwLock☆392Sep 17, 2025Updated 8 months ago
- Slotmap data structure for Rust☆1,321May 9, 2026Updated last month
- Fast, efficient, and robust memory reclamation for Rust.☆475Sep 13, 2025Updated 9 months ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Runtime for executing procedural macros as WebAssembly☆1,501Jan 21, 2026Updated 4 months ago
- A fast bump allocation arena for Rust☆2,234Updated this week
- Concurrency permutation testing tool for Rust.☆2,722Feb 20, 2026Updated 3 months ago
- Defines the Rust borrow checker.☆1,616Jun 6, 2025Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆293Jun 1, 2026Updated last week
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆2,000Feb 8, 2026Updated 4 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆305Dec 30, 2025Updated 5 months ago
- Slab allocator for Rust☆901Jan 31, 2026Updated 4 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,365Updated this week
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Easy self-referential struct generation for Rust.☆711Jan 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.☆123May 20, 2025Updated last year
- [Ariadne has moved to Codeberg!] A fancy diagnostics & error reporting crate☆2,158Mar 23, 2026Updated 2 months ago
- Rust port of Google's SwissTable hash map☆2,941Jun 6, 2026Updated last week
- Compile time static maps for Rust☆2,153Jun 2, 2026Updated last week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,869Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆1,070Feb 10, 2026Updated 4 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,376May 2, 2026Updated last month
- A crate for safe and ergonomic pin-projection.