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§
Functions§
- try_
flush_ if_ online - Convenience function: build a
SyncEngine<LocalFsSyncBackend>, runsync(), and return the outcome. Intended for Phase 3 testing with a local directory acting as the “remote”.