Google protobufs 支持多种语言,包括 C/C++、python、ruby、Go 等语言。
protoc --cpp_out o1 --java_out o2 --python_out o3
- https://en.wikipedia.org/wiki/Protocol_Buffers#Language_support
- https://developers.google.com/protocol-buffers/docs/reference/overview
nanopb 是否支持多语言,还是主要针对来自 的使用C
?