read_rim_with_options

Function read_rim_with_options 

Source
pub fn read_rim_with_options<R: Read>(
    reader: &mut R,
    options: RimReadOptions,
) -> Result<Rim, RimBinaryError>
Expand description

Reads a RIM archive from a reader with explicit read options.