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 a temporary scope-bound instance of type T from a slice, with zero-copy if possible.