vexillum 0.3.1

Serde-powered command line arguments parser
Documentation
[package]
name = "vexillum"
version = "0.3.1"
authors = ["Ben Bariteau <\"ben.bariteau@gmail.com\">"]
description = "Serde-powered command line arguments parser"
repository = "http://github.com/firba1/vexillum"
readme = "README.md"
keywords = ["commandline", "cli", "flags", "serde", "argv"]
license = "MIT"
license-file = "LICENSE"

[dependencies]
error-chain = "^0.11.0"
itertools = "^0.8.0"
maplit = "^1.0.1"
serde = { version = "^1.0.0", features = ["derive"] }