client-rust/tikv-client-proto
ekexium 684059a341 update grpcio to 0.7
Signed-off-by: ekexium <ekexium@gmail.com>
2021-01-06 15:32:28 +08:00
..
include Build our own protos 2020-10-30 14:43:56 +13:00
proto Update protos 2020-12-04 14:21:02 +13:00
src Make CLippy ignore generated code 2020-10-30 16:27:09 +13:00
Cargo.toml update grpcio to 0.7 2021-01-06 15:32:28 +08: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).