Crates.io | serde-struct-tuple-proc-macro |
lib.rs | serde-struct-tuple-proc-macro |
version | 0.1.2 |
created_at | 2025-01-01 19:49:04.389631+00 |
updated_at | 2025-03-18 01:13:59.818308+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/serde-struct-tuple-proc-macro |
max_upload_size | |
id | 1501037 |
size | 11,847 |
serde-struct-tuple-proc-macro is a utility crate for serde-struct-tuple
. 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.