Function split
fn split(in_bytes: &[u8]) -> Option<alloc::vec::Vec<alloc::vec::Vec<u8>>>
Convenience function that consumes the whole byte string at once. Returns None if the input was erroneous.
splitfn split(in_bytes: &[u8]) -> Option<alloc::vec::Vec<alloc::vec::Vec<u8>>>
Convenience function that consumes the whole byte string at once. Returns None if the input was erroneous.