bluss / arrayvecLinks
A vector with a fixed capacity. (Rust)
☆843Updated last year
Alternatives and similar repositories for arrayvec
Users that are interested in arrayvec are comparing it to the libraries listed below
Sorting:
- Numeric traits for generic mathematics in Rust☆894Updated 6 months ago
- Test harness for ui tests of compiler diagnostics☆941Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆639Updated 2 years ago
- Fast floating point to string conversion☆674Updated last week
- Just, really the littlest Vec you could need. So smol.☆715Updated this week
- A if/elif-like macro for Rust #[cfg] statements☆619Updated 3 weeks ago
- A macro to generate structures which behave like bitflags☆1,084Updated last week
- Slab allocator for Rust☆855Updated last month
- ☆885Updated this week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆540Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,018Updated last month
- Macros for all your token pasting needs☆1,067Updated last year
- Rust method delegation with less boilerplate☆508Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,580Updated last month
- The arena, a fast but limited type of allocator☆571Updated last year
- A set of alternative `derive` attributes for Rust☆459Updated 2 months ago
- derive simple constructor functions for Rust structs☆570Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆765Updated this week
- Rust library allowing to register multiple handlers for the same signal☆814Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆692Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,363Updated last year
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆811Updated last week
- Module initialization/global constructor functions for Rust☆938Updated 2 weeks ago
- Backtraces in Rust☆600Updated 2 months ago
- Typed distributed plugin registration☆1,221Updated this week
- A port of MUSL's libm to Rust.☆634Updated 8 months ago
- Easy Ctrl-C handler for Rust projects☆648Updated last month
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆526Updated 4 months ago
- Easy self-referential struct generation for Rust.☆674Updated 11 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆769Updated 4 months ago