Structure of Tonic's proto include
When developing gRPC using Tonic_, it is necessary to properly incorporate protobuf in addition to building the server process.
Tonic uses PROST!, which is slightly different from the flow generated by the protoc command.
Alain, a code generation CLI tool equivalent to the logic of this article, is distributed as open source.……