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 derive macro for implementing the display Trait via a doc comment and string interpolation☆359Jan 20, 2026Updated last month
- a smaller, faster and panic-free alternative to core::fmt☆389Feb 14, 2024Updated 2 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,048Feb 10, 2026Updated last month
- Spawn processes with arbitrary closures in rust☆115Sep 16, 2021Updated 4 years ago
- [rust] Extensions to the Box type☆23Apr 24, 2019Updated 6 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
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Nov 19, 2025Updated 4 months ago
- Empowering everyone to build asynchronous software☆854Oct 29, 2019Updated 6 years ago
- Simple but powerful graph library for Rust☆194Jan 14, 2023Updated 3 years ago
- Stackless generators on stable Rust.☆478Jun 24, 2022Updated 3 years ago
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- std::thread which joins on drop by default.☆20Mar 31, 2025Updated 11 months ago
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Utility for comparing two structs and re-applying the differences to other structs☆125Sep 7, 2023Updated 2 years ago
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- An attribute macro for creating a `Standard` distribution for rust types☆17May 18, 2021Updated 4 years ago
- safe bindings to io-uring☆683Jun 14, 2021Updated 4 years ago
- Rust macro to generate self-referential structs☆213May 1, 2021Updated 4 years ago
- A tool for transforming Rust code using rules☆715Jun 4, 2023Updated 2 years ago
- Task abstraction for building executors☆211Jun 23, 2022Updated 3 years ago
- Inline expression interpolation for Rust.☆200Sep 2, 2023Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆197Jan 28, 2025Updated last year
- skiplist☆143Nov 24, 2021Updated 4 years ago
- Faster, more compact implementation of std::Cow☆374Apr 13, 2023Updated 2 years ago
- Check your crate for (possible) no_std compatibility☆215Apr 11, 2023Updated 2 years ago
- ☆19Nov 21, 2019Updated 6 years ago
- Heap-based async timers☆216Jun 14, 2024Updated last year
- A rust library for checked floating point operations☆83Jan 6, 2026Updated 2 months ago
- A strict, yet friendly mocking library for Rust 2018☆224May 31, 2024Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,092Mar 9, 2026Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,278Feb 26, 2024Updated 2 years ago
- Rust option parser with custom derive support☆236Nov 15, 2024Updated last year
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- Rust interface to io_uring☆339May 29, 2024Updated last year
- Compile-time reference counting☆456May 18, 2025Updated 10 months ago