[][src]Crate librsyncr

Structs

ProgressReader

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

Error

Functions

apply_delta

Creates the new file from the old file and the delta file.

calculate_delta

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

calculate_signature

Calculates the signature file from an old version of a file using the default block size (currently 2048) and strong sum size (currently 32).

calculate_signature_with_sizes

Calculates the signature file from an old version of a file.