Adding gRPC Services
- Define the service in a
.protofile undermodelexpress_common/proto/ - Add the proto file to
modelexpress_common/build.rscompile list - Add the generated module to
modelexpress_common/src/lib.rsunderpub mod grpc - Implement the service trait in
modelexpress_server/src/(new file or existing) - Register the service in
modelexpress_server/src/main.rsduring server startup