Skip to main content

read_bif

Function read_bif 

Source
pub fn read_bif<R: Read>(reader: &mut R) -> Result<Bif, BifBinaryError>
Expand description

Reads a BIF archive from a reader.

The stream is consumed from its current position.

ยงErrors

The same as read_bif_with_options under BifReadMode::CanonicalK1, which requires V1 and loads only variable-table entries, the way the K1 runtime does.