[][src]Function ddelta::apply

pub fn apply(
    old: &mut impl Read + Seek,
    new: &mut impl Write,
    patch: &mut impl Read
) -> Result<()>

Apply a patch file. This is compatible with the formats created by generate and the original ddelta program.

However, it is not compatible with the format created by generate_chunked. In that case, use apply_chunked.