Simple tracing (mark and sweep) garbage collector for Rust
☆1,061Jan 19, 2026Updated 2 months ago
Alternatives and similar repositories for rust-gc
Users that are interested in rust-gc are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Incremental garbage collection from safe Rust☆822Feb 9, 2026Updated last month
- ☆94Oct 9, 2023Updated 2 years ago
- garbage collection☆327Jul 24, 2019Updated 6 years ago
- Experimental Language based on Rust and Haskell☆54Jan 10, 2017Updated 9 years ago
- An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection☆252Oct 23, 2022Updated 3 years ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,986Feb 8, 2026Updated last month
- LR(1) parser generator for Rust☆3,449Mar 11, 2026Updated last week
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- An experimental stackless Lua VM implemented in pure Rust☆2,088Jul 10, 2025Updated 8 months ago
- Cranelift code generator☆2,504Jun 26, 2020Updated 5 years ago
- An interpreter for Rust's mid-level intermediate representation☆5,978Updated this week
- A parser combinator library for Rust☆1,355Feb 3, 2026Updated last month
- Defines the Rust borrow checker.