Skip to content

ClaXXX/clip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Command Line Interpreter parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages