Skip to main content

from_reader_iter

Function from_reader_iter 

Source
pub fn from_reader_iter<R: Read>(reader: R) -> FromReaderIter<R> 
Expand description

Parse a reader into owned segments as a streaming iterator.

This keeps memory bounded by yielding segments incrementally instead of materializing the full interchange up front.