libcbor 0.12.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Loading...
Searching...
No Matches
libcbor

This is the development reference of libcbor. Looking for the user documentation?

Where to start

A couple of pointers for you to start with: 0x00000000, 0xDEADBEEF.

If you just want to peek under the hood, have a look at:

If you want to implement your own decoder or see how the default one is made:

For details on encoding and packing (could be useful when porting to exotic platforms):

Streaming driver:

Manipulation routines for particular types:

How to contribute

Please refer to the repository