Crates.io | lahl |
lib.rs | lahl |
version | 0.0.3 |
created_at | 2025-09-01 11:54:35.740312+00 |
updated_at | 2025-09-21 11:41:09.361455+00 |
description | lightweight argument handling library |
homepage | |
repository | https://github.com/kaleidawave/experiments |
max_upload_size | |
id | 1819467 |
size | 38,663 |
*program* experimental build *args*
(two specifiers for name)'static
slicesIterator<Item=String>
of is parsed to a program and it returns a structure containing parameter argument pairingsDuring runtime the definition is not checked. Therefore it can have multiple problems
To catch these errors you can run CLI::lint
as a test
lint
on debug_assertions
?CLI
(rather than 'static
)struct
+ derive-macro API with FromString
logicHashSet
in unique lookup?