bsd-getopt
A small BSD-style getopt implementation in Rust.
Features
- Short options (
-a,-b value) - Grouped options (
-abc) - Option arguments (
-ovalueor-o value) --terminator
Example
use Getopt;
let args = vec!;
let mut g = new;
while let Some = g.next