Skip to main content

decode_batch

Function decode_batch 

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

Decode an IR batch from JSON bytes. Phase 1 uses JSON; Phase 2 replaces with FlatBuffers.