Module serde_cbor::value
source · [−]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 type T
Convert a
T
into serde_cbor::Value
which is an enum that can represent
any valid CBOR data.