generate purerpc code #3464
Answered
by
timostamm
ledmonster
asked this question in
Q&A
-
I want to generate code for purerpc. purerpc provides purerpc is very useful when I integrate gRPC with trio async library. |
Beta Was this translation helpful? Give feedback.
Answered by
timostamm
Nov 13, 2024
Replies: 1 comment 2 replies
-
This will get you started: version: v2
plugins:
- local: protoc-gen-purerpc
out: gen See https://buf.build/docs/configuration/v2/buf-gen-yaml/ for details. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ledmonster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will get you started:
See https://buf.build/docs/configuration/v2/buf-gen-yaml/ for details.