Module value

Module value 

Source
Expand description

Dynamic value helpers for MessagePack.

This module provides a dynamic representation of MessagePack data and utility adapters for extension types.

Modules§

ext_fixed
De/Serialize messagepack_core::extension::FixedExtension
ext_ref
De/Serialize messagepack_core::extension::ExtensionRef
timestamp32
De/Serialize messagepack timestamp 32 extension.
timestamp64
De/Serialize messagepack timestamp 64 extension.
timestamp96
De/Serialize messagepack timestamp 96 extension.

Enums§

Number
Represents any number, it could be int or float.
Valuealloc
Owned representation of any MessagePack value.
ValueRefalloc
Represents any messagepack value. alloc needed.