fitzgen / safe-gcLinks
A garbage collection library for Rust with zero unsafe code
☆114Updated 11 months ago
Alternatives and similar repositories for safe-gc
Users that are interested in safe-gc are comparing it to the libraries listed below
Sorting:
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- A Vec That Has a Smaller size_of☆140Updated 4 months ago
- Choose Rust types at compile-time via constants☆68Updated last year
- Const TypeId and non-'static TypeId☆66Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆98Updated 6 months ago
- Concrete Syntax Tree library☆96Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Utilities for working with impl traits in Rust.☆109Updated 5 months ago
- a reference-counting cycle collection library in rust☆77Updated 2 years ago
- Anonymous struct and named arguments in Rust.☆75Updated last year
- A faster Arc.☆73Updated last year
- A fast, concurrent string interner☆150Updated 10 months ago
- Determine whether characters have the XID_Start or XID_Continue properties☆92Updated 3 weeks ago
- Program startup and thread support written in Rust☆188Updated last month
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆147Updated 11 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆81Updated 3 weeks ago
- Type-erased core::Discriminant<T>☆38Updated last month
- The `io_uring` library for Rust (with Rustix)☆30Updated 2 months ago
- A memory efficient syntax tree for language developers☆62Updated last month
- Lending iterators on stable Rust☆83Updated last year
- RcLite: small, fast, and memory-friendly reference counting for Rust☆186Updated 3 months ago
- A fast and safe implementation of stackful coroutines in Rust☆240Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- Constant-time dynamic memory allocator in Rust☆101Updated last month
- Generate parsers directly from AST node types☆84Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated 3 weeks ago
- Deadlock free mutexes☆175Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated 10 months ago