// SPDX-License-Identifier: MIT OR Apache-2.0
//! Eventually consistent, local-first sync protocol based on append-only logs.
modapi;modbuilder;#[cfg(test)]modtests;pubuseapi::{LogSync, LogSyncError};pubusebuilder::Builder;constLOG_SYNC_PROTOCOL_ID:&[u8]=b"p2panda/log_sync/v1";