pub fn split(haystack: &[u8], needle: u8) -> impl Iterator<Item = &[u8]> + '_
Gives an iterator over the specified buffer, where each item is split by the specified needle value