Structs§
- Into
Iter - StrV
NULL-terminated array ofNULL-terminated strings.- StrVRef
- Representation of a borrowed
NULL-terminated C array ofNULL-terminated UTF-8 strings.
Constants§
- MAX_
STACK_ 🔒ALLOCATION - Maximum number of pointers to stack-allocate before falling back to a heap allocation.
- MIN_
SIZE 🔒 - Minimum size of the
StrVallocation.
Traits§
- Into
StrV - A trait to accept both
&[T]orStrVas an argument.