client-rust/tikv-client-proto
Andy Lok c045d1e6bd
Update kvproto (#323)
* update proto

Signed-off-by: andylokandy <andylokandy@hotmail.com>

* fix text

Signed-off-by: andylokandy <andylokandy@hotmail.com>
2021-12-07 23:19:07 +08:00
..
include Build our own protos 2020-10-30 14:43:56 +13:00
proto Update kvproto (#323) 2021-12-07 23:19:07 +08:00
src Add raw_coprocessor (#293) 2021-08-09 21:22:34 +08:00
Cargo.toml update grpcio to 0.9 (#295) 2021-05-26 13:46:01 +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).