Crate msgpack_value

Source
Expand description

The MessagePack Data Model

See also the specification.

Macros§

msgpack
Constructs a Value from literal.

Structs§

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

Enums§

Value

Traits§

Index