Expand description
Synchronize state between a server and client.
This example shows how to synchronize a client database to a remote server’s database using commonware_storage::qmdb::any, commonware_storage::qmdb::current, or commonware_storage::qmdb::immutable.
It includes network protocols, database configuration, and utilities for creating test data.
Re-exports§
pub use error::Error;pub use databases::any;pub use databases::current;pub use databases::immutable;
Modules§
Functions§
- crate_
version - Returns the version of the crate.
Type Aliases§
- Digest
- Digest type used in the database.
- Hasher
- Hasher type used in the database.
- Key
- Key type used in the database.
- Translator
- Translator type for the database.
- Value
- Value type used in the database.