-
shrink_wrap
Compact zero-copy wire format for microcontrollers using no allocator and supporting dynamic types
-
fastvec
A high-performance vector crate tuned for small data sizes
-
bankarr
Array-like but growable vectors
-
dungeon-cell
Store (almost) any value as one type without dynamic memory
-
stackvector
StackVec: vector-like facade for stack-allocated arrays
-
stack-buf
Vector-like facade for arrays allocated entirely on the stack
-
calf-vec
Small copy-on-write arrays, essentially combining
SmallVecandCow -
stack-vector
Vec-like wrapper for an array allocated on the stack
-
stack-stack
stack-allocated stack
-
stack-vec
Ad-hoc compile-time sized
Vec<T>like types on the stack