shlex::bytes

Function split

Source
pub fn split(in_bytes: &[u8]) -> Option<Vec<Vec<u8>>>
Expand description

Convenience function that consumes the whole byte string at once. Returns None if the input was erroneous.