//! Cordance umbrella binary.
//!
//! `cargo install cordance` is the canonical install command for the
//! `cordance` binary. This package depends on
//! [`cordance-cli`](https://crates.io/crates/cordance-cli) and re-uses its
//! [`run`](https://docs.rs/cordance-cli/latest/cordance_cli/fn.run.html)
//! entry point verbatim, so both install paths produce identical binaries.
//!
//! See the [Cordance README](https://github.com/0ryant/cordance#readme) for
//! the golden path and the full subcommand surface.