syncor-core 0.1.0

Core library for syncor — cross-machine directory sync via content-addressed storage
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod daemon;
pub mod error;
pub mod link;
pub mod sync;
pub mod transport;
pub mod watch;