simple-args 0.1.0

A very simple argument parser
Documentation
1
2
3
4
5
6
7
8
# simple-args-rs

A simple command-line argument parser for rust

## Argument Format

Arguments are simply denoted by a single `-` followed by the argument, and the value is immediately after. Multiple instances can be contained, and arguments can contain no value

## Usage

Check out the tests or documentation