Skip to main content

read_rim_from_bytes

Function read_rim_from_bytes 

Source
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.