Expand description
Re-exports MsgPack codecs for consumers configuring serialization through this crate.
Provides MsgPack serialization support for types implementing Serializable.
This module contains traits for MsgPack serialization and deserialization,
separated from the core Serializable trait to allow independent opt-in.
Traitsยง
- From
MsgPack - Provides deserialization from
MsgPackencoded bytes. - MsgPack
Serializable - Marker trait combining
Serializable,FromMsgPack, andToMsgPack. - ToMsg
Pack - Provides serialization to
MsgPackencoded bytes.