Module cbor_smol::de[][src]

Structs

Deserializer

A structure for deserializing a cbor-smol message.

Functions

from_bytes

Deserialize a message of type T from a byte slice. The unused portion (if any) of the byte slice is returned for further usage

take_from_bytes

Deserialize a message of type T from a byte slice. The unused portion (if any) of the byte slice is returned for further usage