lms_lib 0.4.0

A fast and reliable alternative to rsync for synchronizing local files
Documentation
1
2
3
4
5
6
/// Contains everything needed to function
pub mod core;
/// Contains utilities to manage files
pub mod file_ops;
/// Everything needed for the CLI application
pub mod parse;