Function cairo_vm::cairo_run::write_encoded_trace

source ยท
pub fn write_encoded_trace(
    relocated_trace: &[RelocatedTraceEntry],
    dest: &mut impl Writer,
) -> Result<(), EncodeTraceError>
Expand description

Writes the trace binary representation.

Bincode encodes to little endian by default and each trace entry is composed of 3 usize values that are padded to always reach 64 bit size.