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