struct-field-names-as-array 0.2.0

Provides a procedural macro that generates an array of the field names of a named struct
Documentation
[dependencies.proc-macro2]
version = "^1.0.29"

[dependencies.quote]
version = "^1.0.10"

[dependencies.syn]
features = ["derive", "printing", "extra-traits"]
version = "^1.0.80"

[lib]
proc-macro = true

[package]
authors = ["jofas <jonas@fc-web.de>"]
description = "Provides a procedural macro that generates an array of the field names of a named struct"
edition = "2018"
homepage = "https://github.com/jofas/struct_field_names_as_array"
keywords = ["macro", "proc_macro"]
license = "MIT"
name = "struct-field-names-as-array"
readme = "README.md"
repository = "https://github.com/jofas/struct_field_names_as_array"
version = "0.2.0"