Manishearth / rust-gc
Simple tracing (mark and sweep) garbage collector for Rust
☆1,000Updated 4 months ago
Alternatives and similar repositories for rust-gc:
Users that are interested in rust-gc are comparing it to the libraries listed below
- A parser combinator library for Rust☆1,315Updated 2 months ago
- Compile time static maps for Rust☆1,908Updated 2 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,904Updated 3 weeks ago
- Parsing Expression Grammar (PEG) parser generator for Rust☆1,516Updated 3 weeks ago
- A fast bump allocation arena for Rust☆1,647Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,951Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,437Updated 2 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,370Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,219Updated last year
- Assorted immutable collection datatypes for Rust☆1,519Updated 7 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,011Updated 6 months ago
- Defines the Rust borrow checker.☆1,421Updated 9 months ago
- Rust quasi-quoting☆1,392Updated 3 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆732Updated last month
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,294Updated 2 months ago
- Rust persistent data structures☆1,446Updated 3 weeks ago
- Slotmap data structure for Rust☆1,194Updated last year
- Automated property based testing for Rust (with shrinking).☆2,528Updated 3 weeks ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆737Updated last month
- Macros for all your token pasting needs☆1,041Updated 5 months ago
- Some more derive(Trait) options☆1,867Updated this week
- A collection of numeric types and traits for Rust.☆1,109Updated 2 months ago
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,334Updated 3 weeks ago
- Error management☆1,422Updated 4 years ago
- A multiprocess drop-in replacement for Rust channels☆939Updated last month
- A small macro for defining lazy evaluated static variables in Rust.☆1,983Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆2,909Updated this week
- Rust doesn't have exceptions☆630Updated 4 years ago
- A dynasm-like tool for rust.☆750Updated 3 weeks ago
- PEG parser combinators using operator overloading without macros.☆511Updated 2 months ago