bluss / arrayvecLinks
A vector with a fixed capacity. (Rust)
☆846Updated last year
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.☆717Updated 2 weeks ago
- Test harness for ui tests of compiler diagnostics☆950Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆641Updated 2 years ago
- Numeric traits for generic mathematics in Rust☆905Updated 6 months ago
- A macro to generate structures which behave like bitflags☆1,085Updated last month
- Fast floating point to string conversion☆688Updated 2 weeks ago
- ☆894Updated this week
- Slab allocator for Rust☆865Updated 2 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆545Updated 2 months ago
- Rust method delegation with less boilerplate☆508Updated last month
- A if/elif-like macro for Rust #[cfg] statements☆623Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,020Updated 2 months ago
- Macros for all your token pasting needs☆1,072Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,597Updated 3 weeks ago
- Rust library allowing to register multiple handlers for the same signal☆821Updated last week
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆535Updated 5 months ago
- A set of alternative `derive` attributes for Rust☆459Updated 3 months ago
- A port of MUSL's libm to Rust.☆633Updated 8 months ago
- A crate for safe and ergonomic pin-projection.☆694Updated 3 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆766Updated 3 weeks ago
- The arena, a fast but limited type of allocator☆573Updated last year
- Module initialization/global constructor functions for Rust☆945Updated last month
- A crate for managing memory bit by bit☆1,361Updated last year
- A Rust proc-macro attribute parser☆1,209Updated this week
- Data structure serialization library with several opposite design goals from Serde☆916Updated 2 weeks ago
- Tar file reading/writing for Rust☆698Updated last month
- Easy self-referential struct generation for Rust.☆680Updated last year
- derive simple constructor functions for Rust structs☆570Updated last year
- A rust binding for the zstd compression library.☆613Updated last month
- Easy Ctrl-C handler for Rust projects☆648Updated 2 months ago