Module cbor_event::de

source ·
Expand description

CBOR deserialisation tooling

Structs

Deserializer represents a chunk of bytes believed to be cbor object. The validity of the cbor bytes is known only when trying to get meaningful cbor objects from it.

Traits