Module sk_cbor::values[][src]

Expand description

Types for expressing CBOR values.

Structs

Constants

Constant values required for CBOR encoding.

Enums

SimpleValue

Specific simple CBOR values.

Value

Possible CBOR values.

Traits

IntoCborValue

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

IntoCborValueOption

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