cmazakas / minivecLinks
A space-optimized implementation of std::Vec
☆35Updated 9 months ago
Alternatives and similar repositories for minivec
Users that are interested in minivec are comparing it to the libraries listed below
Sorting:
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated 11 months ago
- Pretty parser error reporting.☆34Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Add a cute dependency declaration snippet in your crate documentation.☆43Updated 3 years ago
- A shell-inspired escape+unescape library for strings☆38Updated 2 years ago
- Inline procedural macros for Rust☆57Updated 2 years ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- docs.rs as a publishing platform?☆69Updated last month
- Extensions for the Rust standard library☆40Updated last year
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- A data serialization format as similar as possible to Rust's own syntax☆44Updated 2 years ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- Generate a Markdown section in your README based on your Rust documentation☆58Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- A tar archive reading/writing library for async Rust.☆71Updated 4 months ago
- String optimized for map keys☆65Updated last week
- ☆58Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Parse environment variables by defining a struct☆24Updated 5 years ago
- The tiniest sort☆15Updated 5 years ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- The never type (the true one!) in stable Rust.☆40Updated last week
- Calm I/O operations for Rust☆76Updated 4 years ago
- Canonical definitions of home_dir, CARGO_HOME, and RUSTUP_HOME☆64Updated 2 years ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated last year
- struct RGB for sharing pixels between crates☆106Updated last week
- Rust library for retrieving and interacting with the crates.io index☆73Updated 2 months ago
- Annoyed that Rust has many string types? Well it doesn't have to☆39Updated 3 years ago
- replacement for std::{Range,RangeInclusive}☆36Updated 2 years ago