minargs 0.1.0

πŸš€ Ultra-lightweight, blazing-fast, zero-dependency CLI parser β€” inspired by Clap.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "minargs"
version = "0.1.0"
edition = "2024"
authors = ["NehuΓ©n <github.com/nehu3n>"]
license = "MIT"
repository = "https://github.com/nehu3n/minargs"
description = "πŸš€ Ultra-lightweight, blazing-fast, zero-dependency CLI parser β€” inspired by Clap."
readme = "readme.md"
keywords = ["cli", "parser", "arguments", "clap", "lightweight"]
exclude = ["rustfmt.toml", "examples"]

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

[dependencies]
# no dependencies allowed!