From 30b0bdb93389f98cb355f8128032a37772437ae5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Oct 2017 23:27:46 -0700 Subject: protobuf messages --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b074f2a..768177e 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,9 @@ Libraries: - integer-encoding for varints - ??? for protobuf - ??? for Kademlia Mainline DHT + +protobuf code generated with `rust-protobuf`; the `protoc` tool (`sudo apt +install protobuf-compiler`) and rust plugin `protoc-gen-rust` (`cargo install +protobuf`) are only needed when changing .proto files, eg: + + protoc --rust_out . network_proto.proto -- cgit v1.2.3