pub fn read_rim_from_bytes_with_options(
bytes: &[u8],
options: RimReadOptions,
) -> Result<Rim, RimBinaryError>Expand description
Reads a RIM archive from bytes with explicit read options.
pub fn read_rim_from_bytes_with_options(
bytes: &[u8],
options: RimReadOptions,
) -> Result<Rim, RimBinaryError>Reads a RIM archive from bytes with explicit read options.