msy 0.4.6

Modern musl rsync alternative - Fast, parallel file synchronization
Documentation
pub mod binary;
pub mod bisync;
pub mod cli;
pub mod compress;
pub mod config;
pub mod delta;
pub mod error;
pub mod filter;
pub mod fs_util;
pub mod hooks;
pub mod integrity;
pub mod path;
pub mod perf;
pub mod resource;
pub mod resume;
pub mod retry;
pub mod server;
pub mod sparse;
#[cfg(feature = "ssh")]
pub mod ssh;
pub mod streaming;
pub mod sync;
pub mod temp_file;
pub mod transport;