Skip to main content

emit

Function emit 

Source
pub fn emit(def: &DecoderDef, output: &str) -> Result<(), Box<dyn Error>>
Expand description

Validate a parsed definition and write generated Rust code to a file.

ยงErrors

Returns validation or I/O errors.