Skip to main content

parse_line

Function parse_line 

Source
pub fn parse_line(line: &str, line_number: usize) -> Result<ParsedLine>
Expand description

Parse a single line (without continuation handling). Use DatReader for proper multi-line handling.