Function otdrs::parser::parse_file[][src]

pub fn parse_file<'a>(i: &[u8]) -> IResult<&[u8], SORFile<'_>>
Expand description

Parse a complete SOR file, extracting all known and proprietary blocks to a SORFile struct.