AltSysrq / supercowLinks
Rust crate for accepting general reference-like values without proliferating generics.
☆36Updated 8 years ago
Alternatives and similar repositories for supercow
Users that are interested in supercow are comparing it to the libraries listed below
Sorting:
- A simple map based on a vector for small integer keys☆65Updated 6 months ago
- Rust String type with configurable byte storage.☆35Updated 9 months ago
- The simd optimized escape code☆54Updated last week
- A growable bit-vector for Rust, optimized for size☆41Updated 4 months ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 11 months ago
- Generate is a library for building iterators on the fly