structmeta 0.1.6

Parse Rust's attribute arguments by defining a struct.
Documentation
[dependencies.proc-macro2]
version = "1.0.52"

[dependencies.quote]
version = "1.0.24"

[dependencies.structmeta-derive]
version = "=0.1.6"

[dependencies.syn]
version = "1.0.109"
[dev-dependencies.syn]
features = ["extra-traits", "full"]
version = "1.0.109"

[package]
authors = ["frozenlib"]
categories = ["development-tools::procedural-macro-helpers"]
description = "Parse Rust's attribute arguments by defining a struct."
documentation = "https://docs.rs/structmeta/"
edition = "2021"
keywords = ["derive", "parse", "attribute", "syn", "totokens"]
license = "MIT OR Apache-2.0"
name = "structmeta"
readme = "README.md"
repository = "https://github.com/frozenlib/structmeta"
version = "0.1.6"