slightlyoutofphase / staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
☆268Updated last year
Alternatives and similar repositories for staticvec:
Users that are interested in staticvec are comparing it to the libraries listed below
- Procedural macros in expression position☆204Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- Faster, more compact implementation of std::Cow☆343Updated last year
- A procedural macro for auto logging output of functions☆191Updated 3 years ago
- A compiler plugin to insert flame calls☆380Updated last year
- a smaller, faster and panic-free alternative to core::fmt☆357Updated last year
- Inline expression interpolation for Rust.☆201Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated 3 months ago
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago
- Rust support for the coz Causal profiler, code now lives upstream -- https://github.com/plasma-umass/coz☆217Updated 5 years ago
- Extremely generic linear algebra libary for Rust☆225Updated 5 months ago
- A HashMap variant that spreads resize load across inserts☆191Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆250Updated 5 years ago
- Efficient transactional memory in rust.☆211Updated 3 years ago
- Rust option parser with custom derive support☆231Updated 4 months ago
- Generic array types in Rust☆406Updated 2 weeks ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆154Updated 3 years ago
- Rust syntax sugar collections.☆129Updated 5 years ago
- A strict, yet friendly mocking library for Rust 2018☆225Updated 9 months ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆387Updated 2 years ago
- skiplist☆141Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆178Updated 11 months ago
- Fast, ergonomic metrics for Rust☆340Updated 5 months ago
- An extraction of the compiletest utility from the Rust compiler☆224Updated 2 months ago
- This crate guarantees that your application is free of panicking branches