serde_cbor

Module de

Source
Expand description

Deserialization.

Structs§

  • A Serde Deserializer of CBOR data.
  • A CBOR input source that reads from a slice of bytes, and can move data around internally to reassemble indefinite strings without the need of an allocated scratch buffer.
  • A CBOR input source that reads from a slice of bytes using a fixed size scratch buffer.
  • Iterator that deserializes a stream into multiple CBOR values.

Enums§

Traits§

  • Trait used by the deserializer for iterating over input.

Functions§