zsync-rs 0.1.0

Efficient file transfer using rsync algorithm over HTTP
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod assembly;
pub mod checksum;
pub mod control;
pub mod http;
pub mod matcher;
pub mod rsum;

pub use assembly::ZsyncAssembly;
pub use control::ControlFile;
pub use http::{HttpClient, HttpError};
pub use matcher::BlockMatcher;