Skip to main content

write_generic_template

Function write_generic_template 

Source
pub fn write_generic_template(
    values: &BTreeMap<String, String>,
    src: &Path,
    dst: &Path,
) -> Result<()>
Expand description

Substitute {{key}} placeholders in a template file and write to dst. Missing keys leave the placeholder intact.