Registry / serialization / protopuf

protopuf

JSON →
library3.1.0vcpkgunverified

A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20

vcpkg install protopuf
INSTALL
IMPORT
SIG · PROTOPUF
P
protopuf
serializationcppv3.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

protopuf/message.h
✓ #include <protopuf/message.h>

Basic serialization with Protopuf

#include "protopuf/message.h" #include <iostream> int main() { protopuf::Message msg; msg.set(1, 42); auto data = msg.serialize(); std::cout << "Serialized size: " << data.size() << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

protopuf — pip install protopuf · libregistry