//! Server for the [Save Our Secrets](https://saveoursecrets.com)
//! sync protocol.
//!
//! If the `listen` feature is enabled the server is compiled
//! with support for sending change notifications over
//! a websocket connection.
pub use Error;
/// Result type for the server module.
pub type Result<T> = Result;
pub use Backend;
pub use *;
pub use ;