Skip to main content

write_erf

Function write_erf 

Source
pub fn write_erf<W: Write>(
    writer: &mut W,
    erf: &Erf,
) -> Result<(), ErfBinaryError>
Expand description

Writes an ERF/MOD/HAK archive to a writer.

ยงErrors

The same as write_erf_with_options under the default options, which write MOD archives tightly packed.