Modules§
- example 🔒
- generated_
doc 🔒
Macros§
- example
- Accepts a struct or enum literal and generates an Example impl for the type.
Attribute Macros§
- generated_
doc - Includes the type’s JSON example generated by doc-file-generator as a string. Convenience alias for #[cfg_attr(doc, doc = generated_docs!(MyType))]
- generated_
doc_ inner