client-rust/tikv-client-proto
Nick Cameron 70738cdbc8 Make CLippy ignore generated code
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2020-10-30 16:27:09 +13:00
..
include Build our own protos 2020-10-30 14:43:56 +13:00
proto Build our own protos 2020-10-30 14:43:56 +13:00
src Make CLippy ignore generated code 2020-10-30 16:27:09 +13:00
Cargo.toml Build our own protos 2020-10-30 14:43:56 +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).