Skip to main content

encode_batch

Function encode_batch 

Source
pub fn encode_batch(batch: &IrBatch) -> Result<Vec<u8>, IrError>
Expand description

Encode an IR batch to JSON bytes. Used for DevTools replay and testing.