simple--args 1.1.0

A small library for parsing arguments in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[example]]
name = "basic"

[lib]
name = "simpleargs"

[package]
authors = ["Bennett <110846042+bennett-sh@users.noreply.github.com>"]
description = "A small library for parsing arguments in Rust"
edition = "2021"
homepage = "https://github.com/bennett-sh/simple-args"
license = "MIT"
name = "simple--args"
repository = "https://github.com/bennett-sh/simple-args"
resolver = "2"
version = "1.1.0"