Crate stack_collections

Crate stack_collections 

Source

Structs§

IntoIter
Owning iterator for StackVec: supports double-ended iteration and is exact-size.
StackString
A UTF-8–encoded, stack-allocated, fixed-capacity string.
StackVec
A stack-allocated vector with a fixed capacity.

Type Aliases§

StackArrayString
A stack-allocated array of small strings.