DuckLogic / zerogc
Zero overhead tracing garbage collection for rust (WIP)
☆50Updated 10 months ago
Alternatives and similar repositories for zerogc
Users that are interested in zerogc are comparing it to the libraries listed below
Sorting:
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- Target "triple" support☆54Updated 3 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- Make any value Sync but only available on its original thread☆39Updated 2 months ago
- Unleash the power of nightly Rust to write code that's generic over mutation!☆24Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- bytes::BufMut implementation to count buffer size☆22Updated last week
- Byte-wise atomic memcpy.☆36Updated 2 weeks ago
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Mostly safe wrapper for alloca☆25Updated last year
- Data-driven tests on stable Rust☆39Updated this week
- Garbage collection for Rust inspired by CPython's gcmodule☆21Updated 2 years ago
- We have Crater At Home☆34Updated 7 months ago
- A radioactive stabilization of the ptr_meta RFC.☆27Updated last month
- Lossless functionality for platform-native strings.☆71Updated 3 months ago
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- ☆32Updated 11 months ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- 🗃 UTF-8 string, byte string, and C string interner☆27Updated this week
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Zig comptime using Rust proc macros☆43Updated 11 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- A C expression parser and evaluator☆46Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 6 months ago