pub fn write_twoda_to_vec(twoda: &TwoDa) -> Result<Vec<u8>, TwoDaBinaryError>Expand description
Serializes a binary 2DA to a byte vector.
ยงErrors
The same as write_twoda_to_vec_with_options under the default options.
pub fn write_twoda_to_vec(twoda: &TwoDa) -> Result<Vec<u8>, TwoDaBinaryError>Serializes a binary 2DA to a byte vector.
The same as write_twoda_to_vec_with_options under the default options.