protobuf@21

Compile and serialize structured data with Protocol Buffers

brewmacoslinux
Try with needOr install directly
Source

About

Protocol buffers (Google's data interchange format)

Commands

protoc

Examples

Compile a .proto file to generate Go code$ protoc --go_out=. example.proto
Generate Python code from a proto definition$ protoc --python_out=. message.proto
Display proto file descriptor information$ protoc --decode_raw < data.bin