[−][src]Crate rmpv
Modules
| decode | |
| encode |
Structs
| Integer | Represents a MessagePack integer, whether signed or unsigned. |
| Utf8String | Represents an UTF-8 MessagePack string type. |
| Utf8StringRef | A non-owning evil twin of |
Enums
| Value | Represents any valid MessagePack value. |
| ValueRef |
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: |