auto-args-derive 0.1.5

Parse command line arguments by defining a struct, derive crate.
Documentation
[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
version = "0.15"

[lib]
proc-macro = true

[package]
authors = ["David Roundy <daveroundy@gmail.com>"]
categories = ["command-line-interface"]
description = "Parse command line arguments by defining a struct, derive crate."
edition = "2018"
keywords = ["args", "derive"]
license = "Apache-2.0/MIT"
name = "auto-args-derive"
repository = "https://github.com/daveroundy/auto-args"
version = "0.1.5"