Description
Encode and decode Protocol Buffer data in C++ with a small library focused on minimal overhead. It is useful for applications that need protobuf compatibility without a large dependency surface.
Serialized data from untrusted sources still needs validation by the application. Schema compatibility and bounds handling remain important.