Module strv

Source

Structs§

IntoIter
StrV
NULL-terminated array of NULL-terminated 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 StrV allocation.

Traits§

IntoStrV
A trait to accept both &[T] or StrV as an argument.