Registry / serialization / upb
library4.25.1vcpkgunverified

μpb (often written 'upb') is a small protobuf implementation written in C.

vcpkg install upb
INSTALL
IMPORT
SIG · UPB
U
upb
serializationcppv4.25.1
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.

upb/upb.h
#include <upb/upb.h>

Creates and frees an upb arena for protobuf memory management.

#include <upb/upb.h> int main() { upb_Arena* arena = upb_Arena_New(); // Use arena for protobuf operations upb_Arena_Free(arena); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.25.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

upb — pip install upb · libregistry