command-ifyer 0.1.5

A command line parser
Documentation
[package]
name = "command-ifyer"
version = "0.1.5"
# edition = "2015"
rust-version = "1.26.0"
repository = "https://codeberg.org/Velocifyer/command-ifyer"
license = "MIT OR Apache-2.0"
description = "A command line parser"
categories = ["command-line-interface", "algorithms"]
keywords = ["ifyer"]

[dependencies]

[lints.rust]
unsafe_code = "forbid"

[lints.clippy]
pedantic = { level = "deny", priority = -1 }
redundant_else = "allow"
cargo = { level = "warn", priority = -1 }
missing_panics_doc = "allow"
must_use_candidate = "allow"
needless_range_loop = "allow"
needless_return = "allow"
collapsible_if = "allow"