Crates.io | clipv |
lib.rs | clipv |
version | 0.2.0 |
source | src |
created_at | 2024-05-06 15:52:55.867835 |
updated_at | 2024-09-15 15:18:29.278888 |
description | Command line interpretor parser (and future validator) |
homepage | |
repository | https://github.com/ClaXXX/clip.git |
max_upload_size | |
id | 1231236 |
size | 52,387 |
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.