Crates.io | serde-struct-tuple |
lib.rs | serde-struct-tuple |
version | 0.1.3 |
created_at | 2025-01-01 19:49:15.40973+00 |
updated_at | 2025-03-19 03:00:35.411027+00 |
description | Procedural macro for deserializing a struct from a tuple of its fields. |
homepage | |
repository | https://github.com/jackson-nestelroad/battler/tree/main/battler-wamp/serde-struct-tuple |
max_upload_size | |
id | 1501038 |
size | 9,052 |
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.