Crate io_arg

Source
Expand description

Conviniently handle and use IO arguments in your command line interface.

Enumsยง

Input
An opend input stream which can provide a io::Read interface.
IoArg
Argument for CLI tools which can either take a file or STDIN/STDOUT.
Output
An opend outup stream which can provide a io::Write interface.