Expand description
Module markdown rendering for documentation generation.
This module provides the ModuleRenderer struct which handles rendering
a Rust module’s documentation to markdown format, including all its items
organized by type.
Structs§
- Module
Renderer - Renders a module to markdown.