Expand description
Contains Value and ValueRef
structs and its conversion traits.
Modules§
Structs§
- Represents a MessagePack integer, whether signed or unsigned.
- Represents an UTF-8 MessagePack string type.
- A non-owning evil twin of
Utf8String
. Does exactly the same thing except ownership.
Enums§
- Represents any valid MessagePack value.
Constants§
- 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: