[package]
name = "vectorize_struct"
version = "0.1.1"
authors = ["XBagon <xbagon@outlook.de>"]
description = "vectorize_struct adds an procedural macro attribute that makes it possible to iterate over Trait Objects of every field of a Struct that implements a specific trait."
readme = "README.md"
keywords = ["proc-macro", "attribute", "dynamic"]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://gitlab.com/XBagon/vectorize_struct/tree/attribute"
[lib]
crate-type = ["proc-macro"]
required-features = ["specialization"]
[dependencies.proc-macro2]
version = "0.4.19"
[dependencies.quote]
version = "0.6.8"
[dependencies.syn]
version = "0.15.5"
features = ["extra-traits", "full"]
[badges.appveyor]
repository = "XBagon/vectorize_struct"
service = "gitlab"
[badges.gitlab]
branch = "attribute"
repository = "XBagon/vectorize_struct"