sync-box 0.1.2

一个高效的目录同步工具,支持实时监听文件变化并自动同步,可通过命令行直接使用或通过配置文件管理多个同步任务。
Documentation
1
2
3
4
5
6
7
8
9

pub mod sync;
pub mod config;

pub mod cli;

pub mod infra;

pub mod utils;