Expand description
Utilities for encoding messages to binary representation.
Re-exports§
pub use common::EncodeError;pub use common::Encoder;
Modules§
- common
- Common traits and implementations for binary encoding of messages.
- messagepack
- Implementing encoding support for the MessagePack format.