A Vec That Has a Smaller size_of
☆155Oct 2, 2025Updated 4 months ago
Alternatives and similar repositories for thin-vec
Users that are interested in thin-vec are comparing it to the libraries listed below
Sorting:
- Compile-time string operations☆117Feb 1, 2026Updated 3 weeks ago
- Executor for asynchronous task based on wasm web workers.☆33Oct 3, 2024Updated last year
- A fast bump allocation arena for Rust☆2,117Updated this week
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Dec 23, 2023Updated 2 years ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated last week
- Efficient byte-stream pipe buffer☆44Jul 1, 2024Updated last year
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated 3 weeks ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Sep 14, 2021Updated 4 years ago
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated 10 months ago
- LZW en- and decoding that goes weeeee!☆31Nov 18, 2025Updated 3 months ago
- Runtime for executing procedural macros as WebAssembly☆1,471Jan 21, 2026Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆56Feb 9, 2026Updated 2 weeks ago
- "A very small syn"☆212Feb 1, 2025Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,038Feb 10, 2026Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- A Rust proc_macro_attribute to outline conversions from generic functions☆285Dec 12, 2025Updated 2 months ago
- Easy-cast library☆30Dec 2, 2025Updated 2 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆219Dec 6, 2025Updated 2 months ago
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- A vector-based map and set implementation for rust☆16Feb 1, 2026Updated 3 weeks ago
- Stack-allocated DSTs for rust (fixed capacity)☆54Feb 25, 2024Updated 2 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆145Sep 26, 2025Updated 5 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆938Feb 20, 2025Updated last year
- A minimal `syn` syntax tree pretty-printer☆743Feb 9, 2026Updated 2 weeks ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last week
- Bare-metal allocators.☆76Aug 23, 2022Updated 3 years ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆371Dec 20, 2025Updated 2 months ago
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆282Jan 3, 2024Updated 2 years ago
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- A crate for mucking around with piles of bytes☆966Jan 31, 2026Updated last month
- Experimenting with ergonomic dyn types☆29Dec 6, 2021Updated 4 years ago
- Extra event types built on top of rsevents☆17May 19, 2023Updated 2 years ago
- Only argument parsing! Nothing more.☆18Feb 22, 2024Updated 2 years ago
- ☆813Dec 23, 2024Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- Waveform generator library written in Rust☆39May 26, 2023Updated 2 years ago