Crate hotfix_codegen
source ·Structs
- Code generation settings. Instantiate with
Default::default
and then change field values if necessary.
Functions
- Generates the Rust code for a FIX field definition.
- Generates the Rust code for an
enum
that has variants that map 1:1 the available values forfield
. - Generates
const
implementors ofIsFieldDefinition
. - Creates a
String
that contains a multiline Rust “Doc” comment explaining that all subsequent code was automatically generated.