pub fn read_bif_from_bytes(bytes: &[u8]) -> Result<Bif, BifBinaryError>Expand description
Reads a BIF archive from bytes.
ยงErrors
The same as read_bif_from_bytes_with_options under
BifReadMode::CanonicalK1.
pub fn read_bif_from_bytes(bytes: &[u8]) -> Result<Bif, BifBinaryError>Reads a BIF archive from bytes.
The same as read_bif_from_bytes_with_options under
BifReadMode::CanonicalK1.