Function rsync::patch_file [] [src]

pub fn patch_file<P: AsRef<Path>>(
    old_file: P,
    delta: P,
    new_file: P,
    stats: Option<&mut rs_stats_t>
) -> Result<(), Error>

Applies a delta file (or a "patch") to "old_file", and write the result to "new_file".