Crate msgpack_value

source ·
Expand description

The MessagePack Data Model

See also the specification.

Macros

Structs

  • Byte array type.
  • User-extended type.
  • Integer ranging from -(2^63) to (2^64)-1.
  • String objects of MessagePack are essentially byte arrays type that may contain any bytes.
  • Error type returned by TryFrom<Int> implementations.
  • Error type returned by TryFrom<Value> implementations.

Enums

Traits