aetheris-encoder-serde
A MessagePack encoder implementation for the Aetheris Protocol.
Overview
A rapid-iteration Encoder implementation using MessagePack (rmp-serde). Optimized for schema flexibility during development.
Usage
Add this to your Cargo.toml:
[]
= "0.2.0"
Then initialize the encoder:
use SerdeEncoder;
let encoder = new;
// Use with aetheris-protocol traits
For more details, see the main repository README.