argst 0.1.1

A one-macro crate for generating StructOpt boilerplate and binding args
Documentation
1
2
3
4
5
6
7
# argst


`argst` is a simple one-macro library which hides some of the boilerplate around [StructOpt](https://docs.rs/structopt/0.3.17/structopt/).

The only useful item in `argst` is the `args` macro.

See (or generate) [crate documentation](https://docs.rs/argst) for more info.