libcbor
0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
|
C_cbor_array_metadata | Arrays specific metadata |
C_cbor_bytestring_metadata | Bytestrings specific metadata |
C_cbor_decoder_context | High-level decoding context |
C_cbor_double_helper | Raw memory casts helper |
C_cbor_float_ctrl_metadata | Floats specific metadata - includes CTRL values |
C_cbor_float_helper | Raw memory casts helper |
C_cbor_int_metadata | Integers specific metadata |
C_cbor_map_metadata | Maps specific metadata |
C_cbor_stack | Stack handle - contents and size |
C_cbor_stack_record | Simple stack record for the parser |
C_cbor_string_metadata | Strings specific metadata |
C_cbor_tag_metadata | Arrays specific metadata |
C_cbor_unicode_status | Signals unicode validation error and possibly its location |
Ccbor_callbacks | Callback bundle – passed to the decoder |
Ccbor_decoder_result | Streaming decoder result |
Ccbor_error | High-level decoding error |
Ccbor_indefinite_string_data | Defines cbor_item_t::data structure for indefinite strings and bytestrings |
Ccbor_item_metadata | Union of metadata across all possible types - discriminated in cbor_item_t |
Ccbor_item_t | The item handle |
Ccbor_load_result | High-level decoding result |
Ccbor_pair | Simple pair of items for use in maps |