[][src]Function far::far

pub fn far<S, H>(f: S, r: &HashMap<&str, &str, H>) -> Result<String, Errors> where
    S: AsRef<str>,
    H: BuildHasher

Find And Replace

Provide f with a template and r with a map, and this function will do the rest. For more information, see the crate-level documentation.