Compile-time reference counting
☆456May 18, 2025Updated 9 months ago
Alternatives and similar repositories for static-rc
Users that are interested in static-rc are comparing it to the libraries listed below
Sorting:
- An implementation of Joshua Yanovski's Ghost Cell paper.☆500Jan 28, 2024Updated 2 years ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆188May 9, 2021Updated 4 years ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A library for to allow multiple return types by automatically generated enum.☆375Updated this week
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,184Feb 8, 2026Updated 3 weeks ago
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated last week
- Easy self-referential struct generation for Rust.☆695Jan 11, 2025Updated last year
- ☆247Jan 25, 2026Updated last month
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- A fast bump allocation arena for Rust☆2,117Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated last month
- A fancy diagnostics & error reporting crate☆2,137Jan 21, 2026Updated last month
- Compile time static maps for Rust☆2,107Updated this 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
- 🌵 Cycle-Aware Reference Counting in Rust☆152Nov 3, 2025Updated 4 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆128Jul 25, 2020Updated 5 years ago
- Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier …☆3,515Apr 29, 2025Updated 10 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Dec 18, 2022Updated 3 years ago
- Rust cache structures and easy function memoization☆1,961Dec 22, 2025Updated 2 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆295Dec 30, 2025Updated 2 months ago
- Experimental one-shot benchmarking/profiling harness for Rust☆645Aug 14, 2024Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- Stackless generators on stable Rust.☆478Jun 24, 2022Updated 3 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Jun 17, 2019Updated 6 years ago
- generators☆211Sep 20, 2023Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆197Jan 28, 2025Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Cranelift based backend for rustc☆1,991Updated this week
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated 2 weeks ago
- Assorted immutable collection datatypes for Rust☆1,574Aug 19, 2024Updated last year
- Fancy extension for std::Error with pretty, detailed diagnostic printing.☆2,509Sep 29, 2025Updated 5 months ago