pub fn render_module(krate: &IndexedCrate, module: &PublicModule<'_>) -> StringExpand description
Render the per-module narrative document.
Each module document contains the module-level doc comment followed by a public-item reference organised by kind (functions, types, traits, constants, macros). Item summaries are the first non-empty line of the corresponding doc comment; items with no docs show a placeholder.