protozero

Minimalist protocol buffer decoder and encoder library for C++

brewmacoslinux
Try with needOr install directly
Source

About

Minimalist protocol buffer decoder and encoder in C++

Commands

protozero

Examples

Include protozero headers in C++ project for protobuf encoding$ g++ -I/usr/local/include myprogram.cpp -o myprogram
Link against protozero library when compiling C++ applications$ g++ myprogram.cpp -o myprogram -L/usr/local/lib -lprotozero
Verify protozero installation and version information$ brew info protozero