Crate hotfix_codegen

Source

Structs§

Settings
Code generation settings. Instantiate with Default::default and then change field values if necessary.

Functions§

codegen_field_definition_struct
Generates the Rust code for a FIX field definition.
codegen_field_type_enum
Generates the Rust code for an enum that has variants that map 1:1 the available values for field.
gen_definitions
Generates const implementors of IsFieldDefinition.
generated_code_notice
Creates a String that contains a multiline Rust “Doc” comment explaining that all subsequent code was automatically generated.