From cef4950db6d41ca88f54125162128776520cb68b Mon Sep 17 00:00:00 2001 From: Ashkan Kiani Date: Tue, 23 Jan 2018 16:48:47 -0800 Subject: [PATCH] Add structopt to "command-line argument parsing" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 470922d..c44762e 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * [docopt/docopt.rs](https://github.com/docopt/docopt.rs) — a Rust implementation of [DocOpt](http://docopt.org) [](https://travis-ci.org/docopt/docopt.rs) * [kbknapp/clap-rs](https://github.com/kbknapp/clap-rs) — a simple to use, full featured command-line argument parser [](https://travis-ci.org/kbknapp/clap-rs) +* [TeXitoi/structopt](https://github.com/TeXitoi/structopt) — parse command line argument by defining a struct. It combines clap with custom derive. [![Build status](https://travis-ci.org/TeXitoi/structopt.svg?branch=master)](https://travis-ci.org/TeXitoi/structopt) ### Command-line interface