Skip to main content

Crate saku_sync

Crate saku_sync 

Source

Re-exports§

pub use error::SyncError;
pub use sync_engine::SyncConfig;
pub use sync_engine::SyncEngine;
pub use sync_engine::SyncOutcome;
pub use sync_engine::TrackedFile;

Modules§

backend
conflict
error
hash
merkle
state_db
sync_engine

Functions§

try_flush_if_online
Convenience function: build a SyncEngine<LocalFsSyncBackend>, run sync(), and return the outcome. Intended for Phase 3 testing with a local directory acting as the “remote”.