pub fn split_one_bytes<'a>(bytes: &'a [u8]) -> Option<(Cow<'a, [u8]>, &'a [u8])>
Expand description

Splits once

Returns a tuple of the first “word” up until the first unescaped whitespace character, and then every after the whitespace characters.