serde-struct-tuple-proc-macro 0.1.2

Procedural macro for deserializing a struct from a tuple of its fields.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "serde-struct-tuple-proc-macro"
version = "0.1.2"
edition = "2024"
description = "Procedural macro for deserializing a struct from a tuple of its fields."
authors = ["Jackson Nestelroad <jackson@nestelroad.com>"]
keywords = ["serde", "struct", "tuple"]
license = "MIT"
repository = "https://github.com/jackson-nestelroad/battler/tree/main/battler-wamp/serde-struct-tuple/serde-struct-tuple-proc-macro"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
serde = { version = "1.0", default-features = false }
syn = { version = "2.0", features = ["full"] }