slightlyoutofphase / staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
☆267Updated last year
Related projects ⓘ
Alternatives and complementary repositories for staticvec
- Faster, more compact implementation of std::Cow☆338Updated last year
- A compiler plugin to insert flame calls☆379Updated last year
- A procedural macro for auto logging output of functions☆190Updated 3 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated 4 months ago
- Rust option parser with custom derive support☆226Updated last week
- a smaller, faster and panic-free alternative to core::fmt☆352Updated 9 months ago
- Rust macro to generate self-referential structs☆211Updated 3 years ago
- Procedural macros in expression position☆203Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆276Updated 2 years ago
- Rust support for the coz Causal profiler, code now lives upstream -- https://github.com/plasma-umass/coz☆217Updated 5 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆175Updated 7 months ago
- Inline expression interpolation for Rust.☆200Updated last year
- Fast, ergonomic metrics for Rust☆338Updated last month
- Extremely generic linear algebra libary for Rust☆220Updated last month
- A library for creating references that carry their owner with them.☆363Updated last year
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆225Updated last month
- This crate guarantees that your application is free of panicking branches☆177Updated 5 years ago
- An extraction of the compiletest utility from the Rust compiler☆218Updated last month
- 🚀 SM – a static State Machine library☆195Updated 3 years ago
- A thread pool for isolating blocking I/O in async programs☆342Updated last month
- deserialize typed structures from regex captures☆169Updated 10 months ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆385Updated 2 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆264Updated 5 months ago
- Conditional compilation according to rustc compiler version☆334Updated 2 weeks ago
- Super-fast float parser in Rust (now part of Rust core)☆275Updated last year
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆180Updated 6 months ago
- A fast intrusive flamegraph☆233Updated 2 years ago
- Efficient transactional memory in rust.☆209Updated 3 years ago
- A Rust macro to determine if a type implements a logical trait expression☆247Updated 4 years ago