//! A simple example of using `clap_derive` with `InputByteStream` and
//! `OutputByteStream`. Compared to [`structopt`'s example], it's
//! simpler and requires less boilerplate.
//!
//! [`structopt`'s example]: https://docs.rs/structopt/latest/structopt/#how-to-derivestructopt
use Clap;
use ;