rustdoc::html::render::write_shared

Function write_static_files

Source
fn write_static_files(
    dst: &Path,
    opt: &RenderOptions,
    style_files: &[StylePath],
    css_file_extension: Option<&Path>,
    resource_suffix: &str,
) -> Result<(), Error>
Expand description

Writes the static files, the style files, and the css extensions. Have to be careful about these, because they write to the root out dir.