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