Home
last modified time | relevance | path

Searched refs:CBOR (Results 1 – 17 of 17) sorted by relevance

/external/cn-cbor/
DREADME.md3 # cn-cbor: A constrained node implementation of CBOR in C
6 implementation of [CBOR](https://cbor.io) that I wrote in 2013.
13 If you *are* here looking for experimental CBOR implementations for
19 2.0). SUIT implementers report (CBOR-specific) code sizes in the low
22 # cn-cbor: A constrained node implementation of CBOR in C
24 This is a constrained node implementation of [CBOR](http://cbor.io) in
32 CBOR format.
Dcn-cbor.pc.in7 Description: A constrained node implementation of CBOR in C
DMETADATA2 description: "cn-cbor: A constrained node implementation of CBOR in C"
DCMakeLists.txt19 option ( use_context "Use context pointer for CBOR functions" OFF )
/external/rust/crates/serde_cbor/
DREADME.md1 # Serde CBOR
8 CBOR provides a binary encoding for a superset
16 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 that
66 To operate on untyped CBOR values have a look at the `Value` type.
DCONTRIBUTING.md1 # Contributing to Serde CBOR
15 Currently Serde CBOR does not contain `unsafe` code and I would like to keep it this way.
DMETADATA2 description: "CBOR support for serde."
DCargo.toml.orig10 description = "CBOR support for serde."
DCargo.toml18 description = "CBOR support for serde."
/external/libcppbor/
DREADME.md1 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"
[all …]
/external/openscreen/third_party/tinycbor/
DREADME.chromium1 Name: Tiny CBOR
/external/cbor-java/
DMETADATA4 "(CBOR)"
DREADME.md4 …http://tools.ietf.org/html/rfc7049): Concise Binary Object Representation ([CBOR](http://cbor.io/))
16 * Provides a **fluent interface builder** for CBOR messages
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp165 ClearBenchmarkOnReturn CBOR(&InstrBenchmark); in runConfiguration() local
257 CBOR.disarm(); in runConfiguration()
/external/jackson-core/
DREADME.md16 and [CBOR](https://github.com/FasterXML/jackson-dataformat-cbor)
/external/jackson-core/release-notes/
DVERSION-2.x100 #517: Add `JsonGenerator.writeStartObject(Object, int)` (needed by CBOR, maybe Avro)
/external/jackson-databind/release-notes/
DVERSION-2.x744 binary formats (CBOR, Smile)
1626 - Improve handling of native type ids (YAML, CBOR) to use non-native type ids