Skip to main content

read_bif_from_bytes

Function read_bif_from_bytes 

Source
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.