2 unstable releases

0.2.0 Sep 15, 2024
0.1.0 May 6, 2024

#2367 in Parser implementations

Download history 4/week @ 2024-09-26 1/week @ 2024-10-03 4/week @ 2024-10-10 3/week @ 2024-10-17 4/week @ 2024-10-31 3/week @ 2024-11-07

79 downloads per month

GPL-3.0-or-later

47KB
713 lines

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.

Dependencies

~100KB