# generate for Go protoc --proto_path=proto --go_out=gateway --go-grpc_out=gateway proto/registry.proto # generate for Rust (using tonic) protoc --proto_path=proto --tonic_out=fetch-service --tonic_out=auth-service registry.proto