Conversation
|
I think if we change this, it should be done for Or since this is just a tiny example program, I think it would be fine with manual arg parsing, and get rid of the dev-dependency in rayon altogether.
ref: rust-lang/rust#70041 |
|
I prefer using structopt (or gumdrop if we want to keep the build times smaller) since it makes the code more compact, not distracting from the important parts and produces informative I can convert rayon demo today if there is consensus for it. |
I don't have a strong opinion on what we use, especially since this is only for examples and demos. The fact that |
|
For the record I'm fine with structopt :) |
It might or might not be nicer to use. (this got prompt by docopt somehow crashing rustc nightly on power9)