zamsync-core 1.1.0

Core types, traits, and protocol messages for the ZamSync sync engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod access;
pub mod error;
pub mod event;
pub mod ports;
pub mod sync;
pub mod validation;

pub use access::AccessPolicy;
pub use error::{ZamError, ZamResult};
pub use event::{
    Chunk, Event, Hlc, NodeId, SequenceNumber, WAL_MAGIC, WAL_VERSION, WAL_VERSION_ENCRYPTED,
};
pub use sync::{PeerSyncState, ReplicationState, SyncMessage, VersionVector};
pub use validation::PayloadSchema;