Module sync

Module sync 

Source
Expand description

Synchronization engine implementation

Re-exports§

pub use end_to_end::CollectionMetadata;
pub use end_to_end::EndToEndSyncError;
pub use end_to_end::EndToEndSyncManager;
pub use end_to_end::SyncMessage as EndToEndSyncMessage;
pub use engine::DefaultConflictResolver;
pub use engine::PeerInfo;
pub use engine::PeerSyncStatus;
pub use engine::SyncEngine;
pub use engine::SyncEngineError;
pub use engine::SyncState;

Modules§

conflict
Advanced conflict resolution strategies for CRDT synchronization
end_to_end
End-to-end synchronization engine
engine
Enhanced synchronization engine for real-time sync
realtime
Real-time synchronization engine for live collaboration

Structs§

SyncManager
Legacy synchronization manager (for backward compatibility)

Enums§

SyncError
SyncMessage
Legacy synchronization message types (for backward compatibility)