fitzgen / safe-gcLinks
A garbage collection library for Rust with zero unsafe code
☆117Updated last year
Alternatives and similar repositories for safe-gc
Users that are interested in safe-gc are comparing it to the libraries listed below
Sorting:
- Concrete Syntax Tree library☆112Updated 3 months ago
- Const TypeId and non-'static TypeId☆70Updated 3 weeks ago
- a reference-counting cycle collection library in rust☆77Updated 3 years ago
- A simple, id-based arena☆124Updated 2 years ago
- Anonymous struct and named arguments in Rust.☆78Updated last year
- A memory efficient syntax tree for language developers☆63Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Generate parsers directly from AST node types☆87Updated last year
- A Vec That Has a Smaller size_of☆152Updated 3 months ago
- Home of the "types team", affiliated with the compiler and lang teams.☆97Updated 2 years ago
- Choose Rust types at compile-time via constants☆69Updated last year
- A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.☆56Updated this week
- Utilities for working with impl traits in Rust.☆118Updated 11 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- A fast, concurrent string interner☆162Updated last year
- Mirror of Rust's allocator api for use on stable rust☆72Updated last month
- A faster Arc.☆77Updated last year
- Program startup and thread support written in Rust☆198Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Stitch is an experimental Wasm interpreter written in Rust that is designed to be very fast and lightweight.☆129Updated last month
- A collection of small utilities for working with pointer types in Rust.☆133Updated 11 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆86Updated last month
- Interning of data in rust☆115Updated 6 months ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Compile-time checks that an enum or match is written in sorted order☆120Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Deadlock free mutexes☆177Updated 9 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year