Registry / serialization / tinycbor

tinycbor

JSON →
library0.6.1vcpkgunverified

Concise Binary Object Representation (CBOR) Library

vcpkg install tinycbor
INSTALL
IMPORT
SIG · TINYCBOR
T
tinycbor
serializationcppv0.6.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.

cbor.h
#include <cbor.h>

Encode a CBOR integer

#include <cbor.h> #include <stdio.h> int main() { CborEncoder encoder; uint8_t buf[256]; cbor_encoder_init(&encoder, buf, sizeof(buf), 0); cbor_encode_uint(&encoder, 42); printf("Encoded CBOR integer\n"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.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.

tinycbor — pip install tinycbor · libregistry