pub(crate) fn write_not_crate_specific(
crates: &[CrateInfo],
dst: &Path,
opt: &RenderOptions,
style_files: &[StylePath],
css_file_extension: Option<&Path>,
resource_suffix: &str,
include_sources: bool,
) -> Result<(), Error>
Expand description
Writes files that are written directly to the --out-dir
, without the prefix from the current
crate. These are the rendered cross-crate files that encode info from multiple crates (e.g.
search index), and the static files.