vdsl-sync 0.6.0

File synchronization engine — N-location, pluggable store & backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod config;
pub mod digest;
pub mod distribute;
pub mod error;
pub mod file_type;
pub mod fingerprint;
pub mod graph;
pub mod location;
pub mod location_file;
pub mod plan;
pub mod retry;
pub mod topology_delta;
pub mod topology_file;
pub mod transfer;
pub mod view;

#[cfg(test)]
pub(crate) mod test_helpers;