Lines Matching refs:CBOR
1 LibCppBor: A Modern C++ CBOR Parser and Generator
5 parsing CBOR messages. It does not (yet) support all features of
6 CBOR, nor (yet) support validation against CDDL schemata, though both
7 are planned. CBOR features that aren't supported include:
15 ## CBOR representation
17 LibCppBor represents CBOR data items as instances of the `Item` class or,
20 with CBOR major types, and are named to match the CDDL names to which
45 when generating CBOR encodings. This is because LibCppBor provides
58 ## CBOR generation
63 producing encoded CBOR. The basic process for "complete tree"
146 Incremental generation requires deeper understanding of CBOR, because
179 LibCppBor also supports parsing of encoded CBOR data, with the same