Skip to main content

Crate fastsync

Crate fastsync 

Source
Expand description

fastsync 的核心库入口。

这里负责串联“扫描 -> 比较 -> 执行 -> 校验/汇总”的主流程。

Modules§

cli
compare
config
endpoint
error
executor
filter
hash
i18n
network
plan
scan
summary
verify

Functions§

run_sync
执行一次单向目录同步。
run_sync_with_endpoints
使用给定端点执行一次单向目录同步。
run_sync_with_endpoints_progress
使用给定端点执行一次单向目录同步,并可启用交互式进度条。
run_sync_with_progress
执行一次单向目录同步,并在调用方确认适合时启用交互式进度条。