Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
☆265May 29, 2023Updated 2 years ago
Alternatives and similar repositories for staticvec
Users that are interested in staticvec are comparing it to the libraries listed below
Sorting:
- "Freedom from syn": Proc macro tools for operating on token trees☆107Mar 21, 2020Updated 5 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆278Sep 23, 2022Updated 3 years ago
- a smaller, faster and panic-free alternative to core::fmt☆389Feb 14, 2024Updated 2 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆354Jan 20, 2026Updated last month
- Spawn processes with arbitrary closures in rust☆115Sep 16, 2021Updated 4 years ago
- Copy-on-write string utilities for Rust☆163Apr 11, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,038Feb 10, 2026Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- Stackless generators on stable Rust.☆478Jun 24, 2022Updated 3 years ago
- Extremely generic linear algebra libary for Rust☆229Oct 22, 2024Updated last year
- Combine a reader + writer into a duplex of Read + Write☆44Oct 15, 2020Updated 5 years ago
- Simple but powerful graph library for Rust☆194Jan 14, 2023Updated 3 years ago
- An attribute macro for creating a `Standard` distribution for rust types☆17May 18, 2021Updated 4 years ago
- Empowering everyone to build asynchronous software☆855Oct 29, 2019Updated 6 years ago
- [rust] Extensions to the Box type☆23Apr 24, 2019Updated 6 years ago
- Rust macro to generate self-referential structs☆212May 1, 2021Updated 4 years ago
- Utility for comparing two structs and re-applying the differences to other structs☆124Sep 7, 2023Updated 2 years ago
- std::thread which joins on drop by default.☆20Mar 31, 2025Updated 10 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Nov 19, 2025Updated 3 months ago
- A tool for transforming Rust code using rules☆715Jun 4, 2023Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- A library for creating references that carry their owner with them.☆386Oct 12, 2023Updated 2 years ago
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- safe bindings to io-uring☆683Jun 14, 2021Updated 4 years ago
- Inline expression interpolation for Rust.☆200Sep 2, 2023Updated 2 years ago
- Heap-based async timers☆216Jun 14, 2024Updated last year
- A HashMap variant that spreads resize load across inserts☆197Jan 28, 2025Updated last year
- Application microframework with command-line option parsing, configuration, error handling, logging, and shell interactions☆586Updated this week
- A small ASCII-only bounded length string representation.☆61Feb 7, 2022Updated 4 years ago
- A rust library for checked floating point operations☆83Jan 6, 2026Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,273Feb 26, 2024Updated 2 years ago
- Assorted immutable collection datatypes for Rust☆1,570Aug 19, 2024Updated last year
- Task abstraction for building executors☆212Jun 23, 2022Updated 3 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- A modern Rust debugging library 🦀☆891May 15, 2022Updated 3 years ago
- Cross-platform async library for system information fetching 🦀☆924Jul 14, 2024Updated last year
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 3 months ago
- Type-safe transmutations between layout-compatible types.☆122Aug 11, 2020Updated 5 years ago
- A lock-free, read-optimized, concurrency primitive.☆2,079Feb 1, 2026Updated 3 weeks ago