arglite 0.1.0

A lightweight argument parser for command-line applications.
Documentation
[dependencies]

[[example]]
name = "advanced"
path = "examples/advanced.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

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

[package]
authors = ["kortgrabb"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface", "command-line-utilities"]
description = "A lightweight argument parser for command-line applications."
documentation = "https://docs.rs/arglite"
edition = "2021"
homepage = "https://github.com/kortgrabb/arglite"
keywords = ["cli", "args", "parser", "argument", "command-line"]
license = "MIT"
name = "arglite"
readme = "README.md"
repository = "https://github.com/kortgrabb/arglite"
version = "0.1.0"