Expand description
CBOR values, keys and serialization routines.
Enums§
- Value
- The
Valueenum, a loosely typed way of representing any valid CBOR value.
Functions§
- from_
value - Convert a
serde_cbor::Valueinto a typeT - to_
value - Convert a
Tintoserde_cbor::Valuewhich is an enum that can represent any valid CBOR data.