//! The Rust implementation's command-line entry point.
//!
//! Named for its file rather than for the package, because Cargo takes a
//! `src/bin` target's name from the filename. The `-rs` suffix is what lets both
//! implementations sit on one `PATH` and lets `corpus/cli/` run each in turn.
use Write;
use ExitCode;
use cli;