| Crates.io | clipv |
| lib.rs | clipv |
| version | 0.4.0 |
| created_at | 2024-05-06 15:52:55.867835+00 |
| updated_at | 2025-06-15 14:33:25.639157+00 |
| description | Command line interpretor parser (and future validator) |
| homepage | |
| repository | https://github.com/ClaXXX/clip.git |
| max_upload_size | |
| id | 1231236 |
| size | 54,352 |
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.