Module rmp_serde::decode

source ·
Expand description

Generic MessagePack deserialization.

Structs§

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.