Skip to main content

Crate ironfix_codegen

Crate ironfix_codegen 

Source
Expand description

§IronFix Codegen

Build-time code generation for the IronFix FIX protocol engine.

This crate generates Rust source code from FIX dictionary definitions, providing type-safe field constants and message structs.

§Usage

Typically used in a build.rs script to generate code at compile time.

Re-exports§

pub use generator::CodeGenerator;
pub use generator::GeneratorConfig;

Modules§

generator
Code generator for FIX dictionaries.