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.
pub fn parse_par2_reader<R: Read + Seek>(
reader: &mut R,
file_size: u64,
) -> Result<Par2FileSet, ParseError>Parse PAR2 packets from any Read + Seek source.