fitzgen / safe-gcLinks
A garbage collection library for Rust with zero unsafe code
☆112Updated 10 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:
- Const TypeId and non-'static TypeId☆66Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Interning of data in rust☆101Updated 2 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆143Updated 10 months ago
- Mirror of Rust's allocator api for use on stable rust☆60Updated 2 weeks ago
- Utilities for working with impl traits in Rust.☆109Updated 4 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆72Updated 2 months ago
- A Vec That Has a Smaller size_of☆140Updated 2 months ago
- Choose Rust types at compile-time via constants☆65Updated last year
- A fast, concurrent string interner☆150Updated 9 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago
- A memory efficient syntax tree for language developers☆60Updated this week
- Concrete Syntax Tree library☆95Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆182Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 weeks ago
- Program startup and thread support written in Rust☆185Updated 2 weeks ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆116Updated 7 months ago
- Compact, clone-on-write vector and string.☆264Updated last month
- Minimal asynchronous runtime for Rust☆128Updated 9 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Stack safe and expressive recursion in Rust☆98Updated 4 months ago
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆152Updated 10 months ago
- Anonymous struct and named arguments in Rust.☆75Updated last year
- An updated version of linked-hash-map and friends☆114Updated last month
- "A very small syn"☆204Updated 4 months ago
- Open a scope and then freeze it in time for future access.☆108Updated 9 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago