Expand description
CBOR values, keys and serialization routines.
Enums§
- The
Value
enum, a loosely typed way of representing any valid CBOR value.
Functions§
- Convert a
serde_cbor::Value
into a typeT
- Convert a
T
intoserde_cbor::Value
which is an enum that can represent any valid CBOR data.