//! Core types and traits for sync and merge operations; part of the
//! [Save Our Secrets](https://saveoursecrets.com) SDK.
pub use Error;
pub use *;
pub use *;
/// Result type for the library.
pub type Result<T> = Result;
/// Direction of a sync.