{"id":62130,"library":"protopuf","title":"Protopuf","description":"A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20","status":"active","version":"3.1.0","language":"cpp","source_language":null,"source_url":null,"tags":["serialization","protobuf","c++20","header-only"],"install":[{"cmd":"vcpkg install protopuf","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(protopuf CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE protopuf::protopuf)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"protopuf/message.h","correct":"#include <protopuf/message.h>"}],"quickstart":{"code":"#include \"protopuf/message.h\"\n#include <iostream>\n\nint main() {\n    protopuf::Message msg;\n    msg.set(1, 42);\n    auto data = msg.serialize();\n    std::cout << \"Serialized size: \" << data.size() << \"\\n\";\n    return 0;\n}","lang":"cpp","description":"Basic serialization with Protopuf"},"warnings":[],"env_vars":null,"search_vec":"'+20':15,19 'c':14,18 'compat':9 'header':21 'header-on':20 'high':4 'librari':11 'littl':3 'protobuf':8,17 'protobuf-compat':7 'protopuf':1 'serial':16 'serialization/deserialization':10 'templat':5 'written':12","created_at":"2026-06-17T05:17:52.987521+00:00","updated_at":"2026-06-17T05:17:52.987521+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}