bluss / arrayvecLinks
A vector with a fixed capacity. (Rust)
☆816Updated 7 months ago
Alternatives and similar repositories for arrayvec
Users that are interested in arrayvec are comparing it to the libraries listed below
Sorting:
- Just, really the littlest Vec you could need. So smol.☆689Updated 2 months ago
- ☆828Updated 2 weeks ago
- Fast floating point to string conversion☆635Updated 2 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆617Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,473Updated this week
- Test harness for ui tests of compiler diagnostics☆886Updated 2 weeks ago
- Slab allocator for Rust☆787Updated last week
- A macro to generate structures which behave like bitflags☆1,018Updated 2 weeks ago
- Macros for all your token pasting needs☆1,046Updated 7 months ago
- A crate for safe and ergonomic pin-projection.☆659Updated 2 months ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆741Updated 3 weeks ago
- A Rust proc-macro attribute parser☆1,121Updated last week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆526Updated 2 months ago
- A set of alternative `derive` attributes for Rust☆438Updated last year
- A if/elif-like macro for Rust #[cfg] statements☆593Updated 7 months ago
- Numeric traits for generic mathematics in Rust☆817Updated 2 weeks ago
- The arena, a fast but limited type of allocator☆541Updated 9 months ago
- Asynchronous streams for Rust using async & await notation☆684Updated 5 months ago
- Easy Ctrl-C handler for Rust projects☆630Updated 3 weeks ago
- derive simple constructor functions for Rust structs☆554Updated 9 months ago
- Rust library allowing to register multiple handlers for the same signal☆780Updated 2 weeks ago
- Easy self-referential struct generation for Rust.☆613Updated 4 months ago
- Module initialization/global constructor functions for Rust☆862Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆746Updated 2 weeks ago
- Typed distributed plugin registration☆1,113Updated 2 months ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆720Updated 2 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆470Updated 3 months ago
- A string type for Rust that is not required to be valid UTF-8.☆938Updated last month
- Rust method delegation with less boilerplate☆487Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,131Updated 2 months ago