Crate rmpv

Source
Expand description

Contains Value and ValueRef structs and its conversion traits.

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 Utf8String. Does exactly the same thing except ownership.

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: