serde-struct-tuple 0.1.3

Procedural macro for deserializing a struct from a tuple of its fields.
Documentation

serde-struct-tuple

Latest Version

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.