surrealdb-tikv-client-proto

Crates.iosurrealdb-tikv-client-proto
lib.rssurrealdb-tikv-client-proto
version0.1.1
sourcesrc
created_at2023-06-19 14:42:55.073017
updated_at2023-07-22 11:52:30.279519
descriptionProtobuf specs for the TiKV Rust client
homepage
repositoryhttps://github.com/tikv/client-rust
max_upload_size
id894162
size248,611
Tobie Morgan Hitchcock (tobiemh)

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