read_bif_from_bytes_with_options

Function read_bif_from_bytes_with_options 

Source
pub fn read_bif_from_bytes_with_options(
    bytes: &[u8],
    options: BifReadOptions,
) -> Result<Bif, BifBinaryError>
Expand description

Reads a BIF archive from bytes with explicit options.