rgparse 0.1.2

A simple command-line parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[bin]]
name = "example"
path = "examples/basic.rs"

[dependencies]

[package]
authors = ["Pranav Marathe <pmarathe25@gmail.com>"]
description = "A simple command-line parser"
edition = "2018"
license = "MIT"
name = "rgparse"
repository = "https://github.com/pmarathe25/RgParse"
version = "0.1.2"