Module minicbor::decode

source ·
Expand description

Traits and types for decoding CBOR.

This module defines the trait Decode and the actual Decoder.

Structs§

  • An iterator over array elements.
  • An iterator over byte slices.
  • A non-allocating CBOR decoder.
  • An iterator over map entries.
  • A decoding probe to to look ahead what comes next.
  • An iterator over string slices.

Enums§

Traits§

  • A type that can be decoded from CBOR.