rustdoc::formats::renderer - Rust (original) (raw)

rustdoc::formats

Module renderer

Source

Traits§

FormatRenderer 🔒

Allows for different backends to rustdoc to be used with the run_format() function. Each backend renderer has hooks for initialization, documenting an item, entering and exiting a module, and cleanup/finalizing output.

Functions§

run_format 🔒

Main method for rendering a crate.

run_format_inner 🔒