serde-struct-tuple
serde-struct-tuple is a utility crate, built initially for battler-wamp
. It provides procedural macros to automatically derive serde
's Serialize
and Deserialize
traits for struct types that should be encoded as a tuple (list) of its fields.