Function zero::read_strs_to_null

source ·
pub fn read_strs_to_null(input: &[u8]) -> StrReaderIterator<'_> 
Expand description

Returns an iterator which will return a sequence of strings from input. Each string must be a null-terminated UTF-8 string. The sequence of strings is terminated either by a second null byte, or the end of input.