Others / shredderLinks
Garbage collected smart pointers for Rust
☆270Updated 3 years ago
Alternatives and similar repositories for shredder
Users that are interested in shredder are comparing it to the libraries listed below
Sorting:
- An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection☆253Updated 3 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated last week
- Inline expression interpolation for Rust.☆200Updated 2 years ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆270Updated 3 years ago
- Faster, more compact implementation of std::Cow☆365Updated 2 years ago
- A library for creating references that carry their owner with them.☆378Updated 2 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆280Updated 2 months ago
- Abstract over the atomicity of reference-counting pointers in rust☆167Updated last month
- garbage collection☆324Updated 6 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆260Updated 5 years ago
- a smaller, faster and panic-free alternative to core::fmt☆380Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆280Updated 3 years ago
- Manual segmented stacks for Rust☆327Updated 2 weeks ago
- A HashMap variant that spreads resize load across inserts☆193Updated 9 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Stackless generators on stable Rust.