1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#![deny(warnings)]

extern crate colored;
extern crate filetime;
extern crate terminal_size;

mod entry;
mod fsops;
mod progress;
pub mod sync;
mod workers;
pub use sync::Stats;
pub use sync::Syncer;