client-rust/tikv-client-proto
ekexium 6e02f61a2f Merge remote-tracking branch 'upstream/master' into atomic
Signed-off-by: ekexium <ekexium@gmail.com>
2021-04-20 15:18:20 +08:00
..
include Build our own protos 2020-10-30 14:43:56 +13:00
proto Merge remote-tracking branch 'upstream/master' into atomic 2021-04-20 15:18:20 +08:00
src add protobuf for coprocessor_v2 2021-04-15 15:01:48 +08:00
Cargo.toml Upgrade a bunch of deps 2021-03-08 09:21:50 +13:00
README.md Build our own protos 2020-10-30 14:43:56 +13:00
build.rs Build our own protos 2020-10-30 14:43:56 +13:00

README.md

TiKV client protobuf definitions

This crate builds Rust protobufs required by the TiKV client.

The protobuf definitions are in proto and include. These are copied from the kvproto repo. They are copied because the kvproto crate is difficult to publish.

To update the protos, copy them all from that repo. They will be rebuilt automatically when you build the client (or this crate).