Expand description
Client abstractions for d-engine.
Core traits and types for KV client operations, shared by both embedded (local) and standalone (remote) implementations.
Re-exports§
pub use client_api::ClientApi;pub use client_api_error::ClientApiError;pub use client_api_error::ClientApiResult;
Modules§
- client_
api - KV client trait - unified interface for key-value operations.
- client_
api_ error