Module snapshot

Module snapshot 

Source
Expand description

Snapshot management for CRDT state persistence.

Snapshots capture the full state of a CRDT at a stable point, allowing for efficient bootstrapping and DAG pruning.

Structs§

Snapshot
A snapshot of CRDT state at a specific point in causal history.
SnapshotConfig
Configuration for snapshot management.
SnapshotManager
Manages snapshot creation and retrieval.
SnapshotStats
Statistics about managed snapshots.

Enums§

SnapshotError
Errors that can occur during snapshot operations.

Constants§

SNAPSHOT_VERSION
Current snapshot format version.