Expand description
Data synchronization abstraction layer
This module provides a unified interface for CRDT-based data synchronization, enabling the mesh to work with multiple sync engines without changing business logic.
§Core Traits
DocumentStore- CRUD operations, queries, and live observersPeerDiscovery- Finding and connecting to other nodesSyncEngine- Controlling synchronization behaviorDataSyncBackend- Lifecycle management and trait composition
Re-exports§
pub use in_memory::InMemoryBackend;pub use traits::*;pub use types::*;