Skip to main content

parse_aux

Function parse_aux 

Source
pub fn parse_aux(text: &str) -> Result<AuxFile, Error>
Expand description

Parse auxiliary file text into an AuxFile.

ยงErrors

Error::FormatRead with the line number on malformed input: an unterminated section, a row with more values than declared fields, a row cut short at the closing brace, SUBDATA with no owning row, or an unknown file type specifier.