fn split(haystack: &[u8], needle: u8) -> impl Iterator<Item = &[u8]>
Like slice::split but is optimized by [memchr].
slice::split
memchr