Skip to main content

parse_par2_reader

Function parse_par2_reader 

Source
pub fn parse_par2_reader<R: Read + Seek>(
    reader: &mut R,
    file_size: u64,
) -> Result<Par2FileSet, ParseError>
Expand description

Parse PAR2 packets from any Read + Seek source.