//! Cross-datacenter replication
//!
//! Provides async replication with configurable consistency levels,
//! replication stream management, and acknowledgement tracking.
//!
//! The `enhanced` sub-module adds topology-aware placement, synchronisation
//! orchestration, and bulk batch replication support.
pub use ;
pub use ;