libcbor
0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
|
High-level decoding result. More...
#include <data.h>
Data Fields | |
struct cbor_error | error |
Error indicator. More... | |
size_t | read |
Number of bytes read. More... | |
struct cbor_error cbor_load_result::error |