Macros§
- doc_
impl - User normally should never see this macro, since it should only run at
#[cfg(doc)]and then remove itself after generating the documentation.
Derive Macros§
- Opt2Doc
Rust2Mdis a derive macro that generates documentation for end user for i.e. cli options or config file options.