parse

Function parse 

Source
pub fn parse<R: Read>(reader: R) -> impl Iterator<Item = Result<Record>>
Expand description

Convenience function to parse an NRBF stream from a reader.

Returns an iterator of records.