Crate flood_tide_gen
source ·Expand description
generating the source codes that is used by flood-tide.
§Features
- generate tables that is used by flood-tide
- easy to use by xtask
- parsing text define format file that has command options like help text
- minimum support rustc 1.57.0 (f1edd0429 2021-11-29)
§Todos
- adding test codes
- other define format support (like yaml,json)
§Supports
- flood-tide - command option parsing
- aki-gsub - the sample used flood-tide
Structs§
- Fixup Type of field
- Command Option String after parsing
- SrcHelpFlagsDeprecated
Enums§
- Meta Type of command option
- The parent or subcommand
Functions§
- read input file and generate out help source, match source file.
- gen_src_helpDeprecated
- gen_src_matchDeprecated
- parse_input_fileDeprecated
- update_fileDeprecated