//! Client abstractions for d-engine.
//!
//! Core traits and types for KV client operations, shared by both
//! embedded (local) and standalone (remote) implementations.
pub use ClientApi;
pub use ;
pub use ;
// ReadConsistencyPolicy lives in config but is part of the public client API surface.
pub use crateReadConsistencyPolicy;