windows-args

A command-line argument parser for Windows, copied almost wholesale from the rust standard library.
[]
= "0.2"
use Args;
// for a complete command line, with executable
for arg in parse_cmd
// for just args, without an executable
for arg in parse_args