easy-args 0.1.1

A small and lightweight library that helps with parsing command line arguments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["DenverLacey <36467790+DenverLacey@users.noreply.github.com>"]
categories = ["command-line-interface"]
description = "A small and lightweight library that helps with parsing command line arguments"
edition = "2018"
exclude = ["main.rs"]
keywords = ["command-line", "arguments", "args"]
license = "MIT"
name = "easy-args"
readme = "README.md"
version = "0.1.1"