Example rust protobuf project
Simple and obvious examples for using rust-protobuf
module were lacking, so this was created.
protoc (Protobuf Compiler)
sudo apt install protobuf-compiler
Key files to read are:
- src/protos/example.proto
- src/main.rs
- build.rs
Standard rust package:
$ cargo build
$ cargo run
Contributions are welcome. File an issue or PR.