client-rust/tikv-client-proto
Nick Cameron a602688b66 Upgrade a bunch of deps
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2021-03-08 09:21:50 +13:00
..
include Build our own protos 2020-10-30 14:43:56 +13:00
proto Distinguish not existing key and existing key with empty value in get_for_update 2021-01-15 14:55:49 +08:00
src Make CLippy ignore generated code 2020-10-30 16:27:09 +13: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).