pub fn read_twoda_from_bytes_with_options(
bytes: &[u8],
options: TwoDaBinaryOptions,
) -> Result<TwoDa, TwoDaBinaryError>Expand description
Reads a binary 2DA (2DA V2.b) from in-memory bytes with explicit text options.
pub fn read_twoda_from_bytes_with_options(
bytes: &[u8],
options: TwoDaBinaryOptions,
) -> Result<TwoDa, TwoDaBinaryError>Reads a binary 2DA (2DA V2.b) from in-memory bytes with explicit text options.