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

[lib]
name = "simpleargs"

[[example]]
name = "basic"