Crate io_arg[][src]

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.