//! `edgestore-repl` — HTTP transport layer and pull-only anti-entropy loop.
//!
//! Provides:
//! - `HttpReplicationClient` — implements `ReplicationProtocol` over HTTP + MessagePack (D07)
//! - `HttpReplicationServer` — serves 3 pull-only endpoints with `?debug=json` support (D07)
//! - `AntiEntropyLoop` — background thread for pull-only sync with per-peer cursor (D08)
pub use ;
pub use FilesystemRemoteStore;
pub use HttpReplicationClient;
pub use HttpReplicationServer;