Module value

Source
Expand description

A dynamic CBOR value

Structs§

CanonicalValue
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).
Integer
An abstract integer value

Enums§

Error
The error when serializing to/from a Value
Value
A representation of a dynamic CBOR value that can handled dynamically