Skip to main content

from_bytes

Function from_bytes 

Source
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.