[][src]Function librsyncr::apply_delta

pub fn apply_delta<OR: Read + Seek, DR: Read, W: Write>(
    old_file: OR,
    delta_file: DR,
    new_file: W
) -> Result<(), Error>

Creates the new file from the old file and the delta file.