Expand description
Commands to generate a markdown documentation for the command line.
Re-exports§
pub use mithril_doc_derive;
Structs§
- Field
Doc - Information to document a field
- Generate
DocCommands - Generate documentation
- Struct
Doc - Information about the struct.
Traits§
- Documenter
- Extractor for struct without Default trait.
- Documenter
Default - Extractor for struct with Default trait.
Derive Macros§
- Documenter
- To extract doc from a struct.
- Documenter
Default - To extract doc from a struct with Default trait.