tikv-client-proto

Crates.iotikv-client-proto
lib.rstikv-client-proto
version0.1.0
sourcesrc
created_at2021-04-29 04:04:18.057853
updated_at2021-05-12 01:55:22.858673
descriptionProtobuf specs for the TiKV Rust client
homepage
repositoryhttps://github.com/tikv/client-rust
max_upload_size
id390900
size248,600
Developers (github:fullcontact:developers)

documentation

README

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).

Commit count: 872

cargo fmt