#Code Review Request
6 messages · Page 1 of 1 (latest)
i would recommend using something like clap for argument parsing. Running your own argparser is fine... but imo there's almost never a good reason to re-invent the wheel.
A simple to use, efficient, and full-featured Command Line Argument Parser
Version
4.5.4
Downloads
221 394 561
to be honest I haven't even thought about using a crate for that
but now that you mention it, that might be better
usually, if you think something is generic enough, there's often a crate for it