Function process_file

Source
pub(crate) fn process_file(
    target: &Path,
    file: &Path,
    replacements: &[String],
) -> Result<()>