tikv-client 0.3.0

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

#![allow(clippy::large_enum_variant)]
#![allow(clippy::enum_variant_names)]

pub use protos::*;

mod protos {
    include!("generated/mod.rs");
}