gumdrop_derive 0.8.1

custom derive support for gumdrop
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[features]
default = []
default_expr = ["syn/full"]

[lib]
name = "gumdrop_derive"
proc-macro = true

[package]
authors = ["Murarth <murarth@gmail.com>"]
description = "custom derive support for gumdrop"
documentation = "https://docs.rs/gumdrop_derive/"
edition = "2018"
homepage = "https://github.com/murarth/gumdrop"
keywords = ["args", "command-line", "flag", "getopts", "option"]
license = "MIT/Apache-2.0"
name = "gumdrop_derive"
repository = "https://github.com/murarth/gumdrop"
version = "0.8.1"