Minimalist protocol buffer decoder and encoder library for C++
Minimalist protocol buffer decoder and encoder in C++
protozero$ g++ -I/usr/local/include myprogram.cpp -o myprogram$ g++ myprogram.cpp -o myprogram -L/usr/local/lib -lprotozero$ brew info protozero