binprot-rs

Bin_prot binary protocols in Rust

Build Status Latest version Documentation License

This does not use serde (see serde-binprot) but instead implements the derive macro independently so as to provide better control on serialization. In particular polymorphic variants can be supported thanks to this.