Just, really the littlest Vec you could need. So smol.
☆731Mar 14, 2026Updated this week
Alternatives and similar repositories for tinyvec
Users that are interested in tinyvec are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- ☆498Nov 8, 2025Updated 4 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Module initialization/global constructor functions for Rust☆964Dec 4, 2025Updated 3 months ago
- A crate for managing memory bit by bit☆1,376Aug 9, 2024Updated last year
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,048Feb 10, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,068Mar 12, 2026Updated last week
- Numeric traits for generic mathematics in Rust☆920Jun 17, 2025Updated 9 months ago
- Slab allocator for Rust☆884Jan 31, 2026Updated last month
- Futures, streams, and async I/O combinators.☆537Feb 5, 2026Updated last month
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- A macro to generate structures which behave like bitflags☆1,117Updated this week
- Fast floating point to string conversion☆694Feb 16, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated last week
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆373Dec 20, 2025Updated 3 months ago
- A small rust library for adding custom derives to enums☆2,328Mar 7, 2026Updated last week
- A simple and fast random number generator☆569Mar 9, 2026Updated last week
- Optimized string search routines for Rust.☆1,393Feb 12, 2026Updated last month
- Temporary file library for rust☆1,414Updated this week
- A minimal `syn` syntax tree pretty-printer☆750Feb 9, 2026Updated last month
- Serialization library with zero dependencies☆882Dec 27, 2025Updated 2 months ago
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 2 months ago
- Spin-based synchronization primitives☆587Feb 5, 2026Updated last month
- Slotmap data structure for Rust☆1,293Dec 6, 2025Updated 3 months ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- Data structure serialization library with several opposite design goals from Serde☆926Feb 16, 2026Updated last month
- Heapless, `static` friendly data structures☆1,928Feb 16, 2026Updated last month
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆550Nov 4, 2025Updated 4 months ago
- ☆909Feb 16, 2026Updated last month
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,567Jan 11, 2026Updated 2 months ago
- Compact inlined strings for Rust.☆543Sep 20, 2023Updated 2 years ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated 3 weeks ago
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 2 weeks ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆553Jan 19, 2026Updated 2 months ago