tikv-client 0.4.0

The Rust language implementation of TiKV client.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2023 TiKV Project Authors. Licensed under Apache-2.0.

mod errors;
pub mod security;

pub use self::errors::Error;
pub use self::errors::ProtoKeyError;
pub use self::errors::ProtoRegionError;
pub use self::errors::Result;