Function strfmt::strfmt_options [] [src]

pub fn strfmt_options(fmtstr: &str, vars: &HashMap<StringString>, ignore_missing: bool) -> Result<String>

UNSTABLE: rust-style format a string given a HashMap of the variables and additional options variables: ignore_missing: if true, ignore missing variables