clipv

Crates.ioclipv
lib.rsclipv
version0.2.0
sourcesrc
created_at2024-05-06 15:52:55.867835
updated_at2024-09-15 15:18:29.278888
descriptionCommand line interpretor parser (and future validator)
homepage
repositoryhttps://github.com/ClaXXX/clip.git
max_upload_size
id1231236
size52,387
(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: 6

cargo fmt