Expand description
Re-export MsgPack serialization helpers for consumers expecting to configure codecs via 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 MsgPack encoded bytes.
- MsgPack
Serializable - Marker trait combining
Serializable,FromMsgPack, andToMsgPack. - ToMsg
Pack - Provides serialization to MsgPack encoded bytes.