Registry / serialization / qcbor
library1.5.3vcpkgunverified

Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.

vcpkg install qcbor
INSTALL
IMPORT
SIG · QCBOR
Q
qcbor
serializationcppv1.5.3
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.

qcbor/qcbor.h
#include <qcbor/qcbor.h>

Encode an integer to CBOR format

#include <qcbor/qcbor.h> #include <stdio.h> int main() { UsefulBuf buf = UsefulBuf_FROM_SZ(100); QCBOREncodeContext ctx; QCBOREncode_Init(&ctx, buf); QCBOREncode_AddInt64(&ctx, 42); UsefulBufC encoded = QCBOREncode_Finish(&ctx); printf("Encoded %zu bytes\n", encoded.len); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

qcbor — pip install qcbor · libregistry