Crate rsync_rdiff

source ·

Structs

  • A Read adaptor that calls a callback every so often as data is read from it so that the progress of an operation can be reported.

Enums

Functions

  • Creates the new file from the old file and the delta file.
  • Calculates the delta file from the new file, referencing the signature file.
  • Calculates the signature file from an old version of a file using the default block size (currently 2048) and strong sum size (currently 32).
  • Calculates the signature file from an old version of a file.