clipv

Crates.ioclipv
lib.rsclipv
version0.4.0
created_at2024-05-06 15:52:55.867835+00
updated_at2025-06-15 14:33:25.639157+00
descriptionCommand line interpretor parser (and future validator)
homepage
repositoryhttps://github.com/ClaXXX/clip.git
max_upload_size
id1231236
size54,352
(ClaXXX)

documentation

README

Command Line Interpretor Parser (and validator)

Rust parsing library dealing with iterators.

The library itself declares a parsing trait and some associated structures and is useless without the derive library. The purpose of this library is to parse arguments into a struct or enum by just deriving with TryParse.

It has a similar purpose as clap but tries to simplify derive usages and the overall library. However for a most advanced usage, clap would probably be more complete.

Commit count: 15

cargo fmt