Function rustdoc::html::render::run[][src]

pub fn run(
    krate: Crate,
    external_html: &ExternalHtml,
    playground_url: Option<String>,
    dst: PathBuf,
    resource_suffix: String,
    passes: FxHashSet<String>,
    css_file_extension: Option<PathBuf>,
    renderinfo: RenderInfo,
    sort_modules_alphabetically: bool,
    themes: Vec<PathBuf>,
    enable_minification: bool
) -> Result<(), Error>

Generates the documentation for crate into the directory dst