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
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- A compiler plugin to insert flame calls☆377Updated last year
- Procedural macros in expression position☆204Updated 2 years ago
- a smaller, faster and panic-free alternative to core::fmt☆354Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated 2 months ago
- A procedural macro for auto logging output of functions☆190Updated 3 years ago
- A library for creating references that carry their owner with them.☆365Updated last year
- Rust option parser with custom derive support☆229Updated 3 months ago
- Faster, more compact implementation of std::Cow☆342Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago
- Extremely generic linear algebra libary for Rust☆223Updated 3 months ago
- Efficient transactional memory in rust.☆209Updated 3 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆154Updated 3 years ago
- Rust support for the coz Causal profiler, code now lives upstream -- https://github.com/plasma-umass/coz☆217Updated 5 years ago
- Delegation of trait implementations via procedural macros☆260Updated 7 months ago
- A HashMap variant that spreads resize load across inserts☆191Updated 3 weeks ago
- Simple but powerful graph library for Rust☆192Updated 2 years ago
- An extraction of the compiletest utility from the Rust compiler☆222Updated last month
- Inline expression interpolation for Rust.☆200Updated last year
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆385Updated 2 years ago
- skiplist☆141Updated 3 years ago
- A thread pool for isolating blocking I/O in async programs☆350Updated last month
- Generic array types in Rust☆407Updated last month
- A strict, yet friendly mocking library for Rust 2018☆225Updated 8 months ago
- This crate guarantees that your application is free of panicking branches☆176Updated 5 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- Super-fast float parser in Rust (now part of Rust core)☆274Updated 2 years ago
- Generic Atomic<T> type for Rust☆226Updated last year
- Fast, ergonomic metrics for Rust☆340Updated 4 months ago
- Fast numeric to- and from-string conversion routines.☆317Updated 2 weeks ago