Crate commonware_sync

Crate commonware_sync 

Source
Expand description

Synchronize state between a server and client.

This example shows how to use synchronize a client commonware_storage::adb::any::fixed::Any database to a remote server’s database.

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::immutable;

Modules§

databases
Database-specific modules for the sync example.
error
Error types for the sync example.
net

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.