pub fn from_bytes(input: &[u8]) -> FromBytesIter<'_> ⓘExpand description
Parse input bytes into an iterator of Segments.
Borrows directly from input — zero allocation for segment data.
pub fn from_bytes(input: &[u8]) -> FromBytesIter<'_> ⓘParse input bytes into an iterator of Segments.
Borrows directly from input — zero allocation for segment data.