pub fn parse_all<R: BufRead>(reader: R) -> Result<Vec<Record>, ParseError>
Parse an entire .agentlog stream into a Vec<Record>.
.agentlog
Vec<Record>
Collects into memory — use Parser directly for large files.
Parser