rs-args 0.3.1

A simple command line argument parser for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.thiserror]
version = "1.0.52"

[package]
authors = ["Carl Neben <carl-neben@gmx.de>"]
description = "A simple command line argument parser for Rust"
edition = "2021"
keywords = ["data-structures", "terminal", "arguments", "args"]
license = "MIT"
name = "rs-args"
readme = "README.md"
repository = "https://gihub.com/mt4f/rs-args"
version = "0.3.1"