[][src]Module forest_encoding::value

CBOR values, keys and serialization routines.

Enums

Value

The Value enum, a loosely typed way of representing any valid CBOR value.

Functions

from_value

Convert a serde_cbor::Value into a type T

to_value

Convert a T into serde_cbor::Value which is an enum that can represent any valid CBOR data.