Skip to main content

split_lines_owned

Function split_lines_owned 

Source
pub fn split_lines_owned(bytes: &[u8]) -> Vec<Vec<u8>>
Expand description

Convenience wrapper that returns owned lines instead of appending to a vec.