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
- Faster, more compact implementation of std::Cow☆346Updated 2 years ago
- A procedural macro for auto logging output of functions☆192Updated 3 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆333Updated 3 months ago
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- a smaller, faster and panic-free alternative to core::fmt☆364Updated last year
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago
- Procedural macros in expression position☆204Updated 2 years ago
- A library for creating references that carry their owner with them.☆371Updated last year
- Rust option parser with custom derive support☆231Updated 5 months ago
- Inline expression interpolation for Rust.☆202Updated last year
- An extraction of the compiletest utility from the Rust compiler☆225Updated 3 months ago
- A Rust macro to determine if a type implements a logical trait expression☆251Updated 5 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Delegation of trait implementations via procedural macros☆262Updated 8 months ago
- Super-fast float parser in Rust (now part of Rust core)☆273Updated 2 years ago
- deserialize typed structures from regex captures☆172Updated last year
- Fast, ergonomic metrics for Rust☆340Updated 6 months ago
- Efficient transactional memory in rust.☆210Updated 3 years ago
- Generic array types in Rust☆407Updated last month
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆227Updated 6 months ago
- A HashMap variant that spreads resize load across inserts☆191Updated 2 months ago
- Rust proc macro for easily and safely use shell scripts in rust☆209Updated last month
- A Rust proc_macro_attribute to outline conversions from generic functions☆272Updated 10 months ago
- Generic Atomic<T> type for Rust☆232Updated last year
- Extremely generic linear algebra libary for Rust☆224Updated 5 months ago
- A fast intrusive flamegraph☆234Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated 11 months ago
- A thread pool for isolating blocking I/O in async programs☆354Updated 2 months ago