arg-kit 1.0.0

A featherweight toolkit to help iterate long/short arguments
Documentation
[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "arg_kit"
path = "src/lib.rs"

[package]
authors = ["64_Tesseract"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "A featherweight toolkit to help iterate long/short arguments"
edition = "2021"
keywords = ["argument_parser", "cli_argument"]
license-file = "no-license"
name = "arg-kit"
readme = "README.md"
repository = "http://64-tesseract.us.to/projects#arg-kit"
version = "1.0.0"