pub fn read_rim_from_bytes(bytes: &[u8]) -> Result<Rim, RimBinaryError>Expand description
Reads a RIM archive from bytes.
ยงErrors
The same as read_rim_from_bytes_with_options under
RimReadMode::CanonicalK1.
pub fn read_rim_from_bytes(bytes: &[u8]) -> Result<Rim, RimBinaryError>Reads a RIM archive from bytes.
The same as read_rim_from_bytes_with_options under
RimReadMode::CanonicalK1.