[][src]Function librsyncr::calculate_delta

pub fn calculate_delta<SR: Read, NR: Read, W: Write>(
    sig_file: SR,
    new_file: NR,
    delta_file: W
) -> Result<(), Error>

Calculates the delta file from the new file, referencing the signature file.