Crates.io | arglite |
lib.rs | arglite |
version | 0.1.0 |
source | src |
created_at | 2024-10-31 14:01:17.303518 |
updated_at | 2024-10-31 14:01:17.303518 |
description | A lightweight argument parser for command-line applications. |
homepage | https://github.com/kortgrabb/arglite |
repository | https://github.com/kortgrabb/arglite |
max_upload_size | |
id | 1430069 |
size | 9,381 |
A lightweight argument parser for Rust command-line applications.
--verbose
)Add this to your Cargo.toml
:
[dependencies]
arglite = "0.1.0"
Or, to automatically pull in the latest version:
[dependencies]
arglite = "*"