Searched refs:CBOR (Results 1 – 17 of 17) sorted by relevance
3 # cn-cbor: A constrained node implementation of CBOR in C6 implementation of [CBOR](https://cbor.io) that I wrote in 2013.13 If you *are* here looking for experimental CBOR implementations for19 2.0). SUIT implementers report (CBOR-specific) code sizes in the low22 # cn-cbor: A constrained node implementation of CBOR in C24 This is a constrained node implementation of [CBOR](http://cbor.io) in32 CBOR format.
7 Description: A constrained node implementation of CBOR in C
2 description: "cn-cbor: A constrained node implementation of CBOR in C"
19 option ( use_context "Use context pointer for CBOR functions" OFF )
1 # Serde CBOR8 CBOR provides a binary encoding for a superset16 Serde CBOR supports Rust 1.40 and up. Add this to your `Cargo.toml`:30 // Types annotated with `Serialize` can be stored as CBOR.54 // Serde CBOR performs roundtrip serialization meaning that66 To operate on untyped CBOR values have a look at the `Value` type.
1 # Contributing to Serde CBOR15 Currently Serde CBOR does not contain `unsafe` code and I would like to keep it this way.
2 description: "CBOR support for serde."
10 description = "CBOR support for serde."
18 description = "CBOR support for serde."
1 LibCppBor: A Modern C++ CBOR Parser and Generator5 parsing CBOR messages. It does not (yet) support all features of6 CBOR, nor (yet) support validation against CDDL schemata, though both7 are planned. CBOR features that aren't supported include:15 ## CBOR representation17 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 which45 when generating CBOR encodings. This is because LibCppBor provides58 ## CBOR generation63 producing encoded CBOR. The basic process for "complete tree"[all …]
1 Name: Tiny CBOR
4 "(CBOR)"
4 …http://tools.ietf.org/html/rfc7049): Concise Binary Object Representation ([CBOR](http://cbor.io/))16 * Provides a **fluent interface builder** for CBOR messages
165 ClearBenchmarkOnReturn CBOR(&InstrBenchmark); in runConfiguration() local257 CBOR.disarm(); in runConfiguration()
16 and [CBOR](https://github.com/FasterXML/jackson-dataformat-cbor)
100 #517: Add `JsonGenerator.writeStartObject(Object, int)` (needed by CBOR, maybe Avro)
744 binary formats (CBOR, Smile)1626 - Improve handling of native type ids (YAML, CBOR) to use non-native type ids