datacake_eventual_consistency/rpc/
mod.rs

1mod client;
2pub mod services;
3
4pub use client::{ConsistencyClient, ReplicationClient};