set_field_macro 0.1.1

Derive macro for set_field
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "set_field_macro"
version = "0.1.1"
edition = "2021"
authors = ["https://github.com/0xDEADFED5"]
license = "MIT"
description = "Derive macro for set_field"
homepage = "https://github.com/0xDEADFED5/set_field"
repository = "https://github.com/0xDEADFED5/set_field"
readme = "README.md"
keywords = ["struct", "derive", "string"]

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0.29", features = ["extra-traits"]}
quote = "1.0.33"