Registry / serialization / sproto

sproto

JSON →
library2024-07-08vcpkgunverified

Yet another protocol library like Google Protocol Buffers, but simple and fast.

vcpkg install sproto
INSTALL
IMPORT
SIG · SPROTO
S
sproto
serializationcppv2024-07-08
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.

sproto.h
#include <sproto.h>

Create and release a sproto context.

#include <sproto.h> #include <stdio.h> int main() { struct sproto *sp = sproto_create(NULL); printf("sproto created\n"); sproto_release(sp); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2024-07-08latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

sproto — pip install sproto · libregistry