Expand description
Utilities for decoding messages from binary representations.
Re-exports§
pub use common::DecodeError;pub use common::Decoder;
Modules§
- common
- Common traits and implementations for decoding of messages from binary representations.
- messagepack
- Implementing decoding support for the MessagePack format.