[Rust] A minimalistic, (essentially) POSIX-compliant option parser (https://crates.io/crates/getopt)

#2Investigate "no_std"

On the face of it, converting getopt() to a strictly no_std compliant function should be possible (if challenging). Explore this further, see if it is possible.