[go: up one dir, main page]

gumdrop 0.1.0

Option parser with custom derive support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gumdrop"
version = "0.1.0"
authors = ["Murarth <murarth@gmail.com>"]

description = "Option parser with custom derive support"

documentation = "https://docs.rs/gumdrop/"
homepage = "https://github.com/murarth/gumdrop"
repository = "https://github.com/murarth/gumdrop"

keywords = ["command-line", "flag", "getopts", "option"]
license = "MIT/Apache-2.0"
readme = "README.md"

[dev-dependencies]
assert_matches = "1.1"
gumdrop_derive = { version = "0.1", path = "gumdrop_derive" }