Function shlex::bytes::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.