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.