pub fn read_twoda_from_bytes(bytes: &[u8]) -> Result<TwoDa, TwoDaBinaryError>Expand description
Reads a binary 2DA (2DA V2.b) from in-memory bytes.
ยงErrors
The same as read_twoda_from_bytes_with_options under the default
options, which decode text as Windows-1252.