Module oasis_cbor::values

source ·
Expand description

Types for expressing CBOR values.

Structs

Constant values required for CBOR encoding.

Enums

Specific simple CBOR values.
Possible CBOR values.

Traits

Trait that indicates that a type can be converted to a CBOR Value.
Trait that indicates that a type can be converted to a CBOR Option<Value>.