Skip to main content

Module ir_serialize

Module ir_serialize 

Source
Expand description

Serialization and deserialization of the LCNF intermediate representation.

Supports three wire formats: IrFormat::Text (human-readable), IrFormat::Json (machine-readable UTF-8 JSON), and IrFormat::Binary (compact binary; write-only in this version).

Re-exports§

pub use functions::*;
pub use types::*;

Modules§

functions
Functions for the LCNF IR serialization module.
types
Types for the LCNF IR serialization module.