Lokathor / tinyvecLinks
Just, really the littlest Vec you could need. So smol.
☆700Updated 4 months ago
Alternatives and similar repositories for tinyvec
Users that are interested in tinyvec are comparing it to the libraries listed below
Sorting:
- Test harness for ui tests of compiler diagnostics☆907Updated 3 weeks ago
- ☆493Updated 9 months ago
- Fast floating point to string conversion☆647Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆827Updated 9 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆534Updated 4 months ago
- A minimal `syn` syntax tree pretty-printer☆711Updated last week
- A simple and fast random number generator☆513Updated 3 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆874Updated last month
- Rust method delegation with less boilerplate☆492Updated 2 weeks ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆489Updated 5 months ago
- Futures, streams, and async I/O combinators.☆509Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆753Updated 4 months ago
- A crate for safe and ergonomic pin-projection.☆670Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆961Updated 3 months ago
- Module initialization/global constructor functions for Rust☆877Updated this week
- Asynchronous streams for Rust using async & await notation☆693Updated 7 months ago
- A set of alternative `derive` attributes for Rust