#tuple #struct #serde #proc-macro

macro serde-struct-tuple-proc-macro

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

1 unstable release

0.1.0 Jan 1, 2025

#607 in Procedural macros

Download history 163/week @ 2025-01-01

163 downloads per month
Used in 3 crates (via serde-struct-tuple)

MIT license

10KB
212 lines

serde-struct-tuple-proc-macro

Latest Version

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.

Dependencies

~0.3–0.9MB
~21K SLoC