Module decode

Source
Expand description

Traits and types for decoding CBOR.

This module defines the trait Decode and the actual Decoder.

Modules§

info
Introspection utilities.

Structs§

ArrayIter
An iterator over array elements.
ArrayIterWithCtx
An iterator over array elements.
BytesIter
An iterator over byte slices.
Decoder
A non-allocating CBOR decoder.
Error
Decoding error.
MapIter
An iterator over map entries.
MapIterWithCtx
An iterator over map entries.
Probe
A decoding probe to to look ahead what comes next.
StrIter
An iterator over string slices.
Tokenizer
An Iterator over CBOR tokens.

Traits§

Decode
A type that can be decoded from CBOR.

Type Aliases§

TokenDeprecated