Skip to main content

write_template

Function write_template 

Source
pub fn write_template(
    template: &str,
    output: &Path,
    vars: &TemplateVars,
) -> Result<()>
Expand description

Render a template and write it to the given output path, creating parent directories as needed.