Skip to main content

write_all_to_dir

Function write_all_to_dir 

Source
pub fn write_all_to_dir<D, P>(
    doc: &D,
    dir: P,
    stem: &str,
) -> Result<Vec<PathBuf>>
where D: ExportSource + ?Sized, P: AsRef<Path>,
Expand description

Renders one document into every built-in format and writes the resulting files into dir using stem plus the format extension.