Structs§
Constants§
- MAX_
STACK_ 🔒ALLOCATION - Maximum number of pointers to stack-allocate before falling back to a heap allocation.
- MIN_
SIZE 🔒 - Minimum size of the
StrV
allocation.
Traits§
- Into
StrV - A trait to accept both
&[T]
orStrV
as an argument.