Module rmp_serde::decode [−][src]
Expand description
Generic MessagePack deserialization.
Structs
A Deserializer that reads bytes from a buffer.
Owned reader wrapper.
Borrowed reader wrapper.
Enums
Enum representing errors that can occur while decoding MessagePack data.
Unification of both borrowed and non-borrowed reference types.
Traits
Extends the Read
trait by allowing to read slices directly by borrowing bytes.
Functions
Deserialize an instance of type T
from an I/O stream of MessagePack.
Deserialize an instance of type T
from a reference I/O reader of MessagePack.