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.
pub fn write_rim_to_vec(rim: &Rim) -> Result<Vec<u8>, RimBinaryError>Serializes a RIM archive to bytes.
RimBinaryError::ValueOverflow on the terms write_rim gives. The
Vec target has no I/O to fail at.