Rust week of 2017-06-15

2017-06-21

I used structopt for the first time, and found it reduces the pain of CLI parsing (via clap). Its main shortcoming is lack of subcommand support, whose implementation would make it a go-to for me.