[][src]Function ddelta::apply_chunked

pub fn apply_chunked(
    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, generate_chunked, as well as the original ddelta program.