string_to_byte_chunks

Function string_to_byte_chunks 

Source
pub(super) fn string_to_byte_chunks(input: &str, limit: usize) -> Vec<&[u8]>
Expand description

split a string into chunks and keep utf8 valid