protocrap 0.3.2

A small, efficient, and flexible protobuf implementation
Documentation
1
2
3
4
5
6
build --cxxopt=-std=c++17
build --host_cxxopt=-std=c++17

# Use fastbuild for both host and target to avoid rebuilding protobuf
build --compilation_mode=fastbuild
build --host_compilation_mode=fastbuild