replace_in_file

Function replace_in_file 

Source
pub fn replace_in_file(
    path: &Path,
    key_value_map: Arc<HashMap<String, String>>,
    inplace: bool,
    prefix: &str,
) -> Result<()>