prost-build 0.11.6

A Protocol Buffers implementation for the Rust Language.
Documentation
syntax = "proto3";

import "types.proto";

package helloworld;

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