Expand description
A COMMANDS.MD parser and utilities.
Turns COMMANDS.md file into na Iterator of crate::commands::CommandResponse.
Structs§
- Command
Fmt - Use this formatter for command types instead of the standard std::fmt::Display impl of the
RecordType. This impl strips down all serialization attributes and undocumented fields. - Command
Response - Command
Response Trait Method - Generates the provided trait method for the ClientApi trait.
- Response
Wrapper Fmt