Expand description
Deserialization.
Structs§
- A Serde
Deserialize
r 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§
- Represents a buffer with one of two lifetimes.
Traits§
- Trait used by the deserializer for iterating over input.
Functions§
- Decode a value from CBOR data in a mutable slice.
- Decode a value from CBOR data using a scratch buffer.