Expand description
A dynamic CBOR value
Structs§
- A CBOR Value that impl Ord and Eq to allow sorting of values as defined in both RFC 7049 Section 3.9 (regarding key sorting) and RFC 8949 4.2.3 (as errata).
- An abstract integer value
Enums§
- The error when serializing to/from a
Value
- A representation of a dynamic CBOR value that can handled dynamically