Skip to main content

decode_batch_flatbuf

Function decode_batch_flatbuf 

Source
pub fn decode_batch_flatbuf(bytes: &[u8]) -> Result<IrBatch, IrError>
Expand description

Decode an IR batch from FlatBuffers binary bytes. Zero-copy deserialization — the buffer is read in-place.