Module strv

Module strv 

Source

Structs§

IntoIter
StrV
NULL-terminated array of NULL-terminated strings.
StrVRef
Representation of a borrowed NULL-terminated C array of NULL-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 StrV allocation.

Traits§

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