Crate rmpv [] [src]

Contains Value and ValueRef structs and its conversion traits.

Examples

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