[][src]Crate delta_patch

Compute and apply deltas from a file signature to a new file.

This uses the same algorithm (but not the same format) as rsync, and the same algorithm and format as rdiff.

Homepage: https://github.com/sourcefrog/rdiff-rs.

Modules

magic

Magic numbers identifying file formats.

mksum

Generate file signatures.

rollsum

Weak rolling checksums: the first layer of rdiff finding similar blocks between files, even with insertions or removals.

Constants

DEFAULT_BLOCK_LEN

Statics

VERSION

Semver string for this library.