Expand description
The MessagePack Data Model
See also the specification.
Macros§
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.
- TryFrom
IntError - Error type returned by
TryFrom<Int>implementations. - TryFrom
Value Error - Error type returned by
TryFrom<Value>implementations.