Login
From:
Hoverbear
(Uncensored)
subscribe
Parsing Arguments in Rust
https://hoverbear.org/blog/command-line-args-in-rust/
links
backlinks
Roast topics
Find topics
Find it!
I was reading about the Docopt project the other day and really liked the standardized approach to --help prompts and argument parsing that it offers. Luckly, there is a Rust Package to play with!