prost-build 0.14.3

Generate Prost annotated Rust types from Protocol Buffers files.
Documentation
1
2
3
4
5
6
7
8
9
syntax = "proto3";

import "types.proto";

package helloworld;

service Farewell {
  rpc Goodbye (Message) returns (Response) {}
}