Module serde_cbor::de [] [src]

Deserialization.

Structs

Deserializer

A Serde Deserializer of CBOR data.

IoRead

CBOR input source that reads from a std::io input stream.

SliceRead

A CBOR input source that reads from a slice of bytes.

Traits

Read

Trait used by the deserializer for iterating over input.

Functions

from_reader

Decodes a value from CBOR data in a reader.

from_slice

Decodes a value from CBOR data in a slice.