jaarg 0.2.2

It can parse your arguments you should use it it's called jaarg
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "jaarg"
version = "0.2.2"
authors = [
    "a dinosaur",
    "Gay Pizza Specifications",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "It can parse your arguments you should use it it's called jaarg"
homepage = "https://gay.pizza/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gay-pizza/jaarg"
resolver = "3"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

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

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

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

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