Module minicbor::decode

source ·
Expand description

Traits and types for decoding CBOR.

This module defines the trait Decode and the actual Decoder.

Modules§

  • Introspection utilities.

Structs§

Enums§

  • Representation of possible CBOR tokens.

Traits§

  • A type that can be decoded from CBOR.