A vector with a fixed capacity. (Rust)
☆851Oct 19, 2024Updated last year
Alternatives and similar repositories for arrayvec
Users that are interested in arrayvec 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,621Feb 16, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- A macro to generate structures which behave like bitflags☆1,108Feb 13, 2026Updated 2 weeks ago
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated 3 weeks ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆1,038Feb 10, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆959Dec 4, 2025Updated 2 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,061May 24, 2025Updated 9 months ago
- Heapless, `static` friendly data structures☆1,920Feb 16, 2026Updated last week
- Compile time static maps for Rust☆2,101Feb 20, 2026Updated last week
- A crate for managing memory bit by bit☆1,374Aug 9, 2024Updated last year
- Slab allocator for Rust☆875Jan 31, 2026Updated 3 weeks ago
- Temporary file library for rust☆1,408Updated this week
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- Optimized string search routines for Rust.☆1,375Feb 12, 2026Updated 2 weeks ago
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 3 months ago
- A crate for mucking around with piles of bytes☆966Jan 31, 2026Updated 3 weeks ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- A crate for safe and ergonomic pin-projection.☆705Feb 16, 2026Updated last week
- Fast function for printing integer primitives to a decimal string☆364Feb 2, 2026Updated 3 weeks ago
- Rust port of Google's SwissTable hash map☆2,866Updated this week
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated last week
- Fast floating point to string conversion☆692Feb 16, 2026Updated last week
- Numeric traits for generic mathematics in Rust☆918Jun 17, 2025Updated 8 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Updated this week
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,312Nov 21, 2025Updated 3 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- Asynchronous streams for Rust using async & await notation☆739Dec 8, 2024Updated last year
- Spin-based synchronization primitives☆584Feb 5, 2026Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,077Sep 25, 2024Updated last year
- Slotmap data structure for Rust☆1,287Dec 6, 2025Updated 2 months ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last week
- A small rust library for adding custom derives to enums☆2,303Updated this week
- Type erasure for async trait methods☆2,118Feb 16, 2026Updated last week
- Generic array types in Rust☆432Nov 19, 2025Updated 3 months ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year