Skip to main content

parse_all

Function parse_all 

Source
pub fn parse_all<R: BufRead>(reader: R) -> Result<Vec<Record>, ParseError>
Expand description

Parse an entire .agentlog stream into a Vec<Record>.

Collects into memory — use Parser directly for large files.