Skip to main content

write_rim_to_vec

Function write_rim_to_vec 

Source
pub fn write_rim_to_vec(rim: &Rim) -> Result<Vec<u8>, RimBinaryError>
Expand description

Serializes a RIM archive to bytes.

ยงErrors

RimBinaryError::ValueOverflow on the terms write_rim gives. The Vec target has no I/O to fail at.