Expand description
This module contains the synchronization logic for the application.
It includes mechanisms for exponential backoff, the core synchronization engine, and retry policies for network operations.
Re-exports§
pub use engine::DhtQueryResult;pub use engine::SyncEngine;pub use engine::SyncEvent;pub use engine::SyncStores;