1 unstable release
Uses new Rust 2024
| 0.0.1 | Sep 19, 2025 |
|---|
#18 in #counterpart
1,927 downloads per month
Used in 16 crates
(via hadris-common)
16KB
197 lines
This crate provides no-alloc implementations for some alloc structs
noalloc
A no-std, no-alloc collections library.
This includes a ArrayVec type, which is a statically sized array that can grow, and can be used as a Vec.