cover-files 0.1.24

A simple Rust tool for syncing directories with change detection
Documentation
1
2
3
4
5
6
7
pub mod changes;
pub mod filter;
pub mod listing;
pub mod log;
pub mod sync;
pub mod timestamp;
pub mod trigger;