Expand description
Contains Value and ValueRef
structs and its conversion traits.
Modules§
Structs§
- Integer
- Represents a MessagePack integer, whether signed or unsigned.
- Utf8
String - Represents an UTF-8 MessagePack string type.
- Utf8
String Ref - A non-owning evil twin of
Utf8String
. Does exactly the same thing except ownership.
Enums§
Constants§
- MSGPACK_
EXT_ STRUCT_ NAME - Name of Serde newtype struct to Represent Msgpack’s Ext Msgpack Ext: Ext(tag, binary) Serde data model: _ExtStruct((tag, binary)) Example Serde impl for custom type: