pub fn write_erf_to_vec(erf: &Erf) -> Result<Vec<u8>, ErfBinaryError>Expand description
Serializes an ERF/MOD/HAK archive to bytes.
ยงErrors
The same as write_erf_to_vec_with_options under the default options.
pub fn write_erf_to_vec(erf: &Erf) -> Result<Vec<u8>, ErfBinaryError>Serializes an ERF/MOD/HAK archive to bytes.
The same as write_erf_to_vec_with_options under the default options.