Module commands

Module commands 

Source
Expand description

A COMMANDS.MD parser and utilities. Turns COMMANDS.md file into na Iterator of crate::commands::CommandResponse.

Structs§

CommandFmt
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.
CommandResponse
CommandResponseTraitMethod
Generates the provided trait method for the ClientApi trait.
ResponseWrapperFmt

Functions§

parse