parg 0.2.0

Typesafe command line argument parser for Rust
Documentation
[package]
name = "parg"
version = "0.2.0"
authors = ["codeoverflow <adrien.bodineau@gmail.com>"]
edition = "2018"
description = "Typesafe command line argument parser for Rust"
repository = "https://github.com/codeOverFlow/parg"
homepage = "https://github.com/codeOverFlow/parg"
readme = "README.md"
license = "CDDL-1.1"
keywords = ["parser", "command", "cli", "argument", "command-line"]
categories = ["command-line-interface"]
publish = ["crates-io"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]