//! # chrom-rs — binary entry point
//!
//! Delegates entirely to the [`cli`](chrom_rs::cli) layer built on
//! `dynamic-cli`. All simulation logic lives in the library crate.
//!
//! # Usage
//!
//! ```text
//! chrom-rs run --model model.yml --scenario scenario.yml --solver solver.yml
//! [--project-dir <dir>]
//! [--output-csv results.csv]
//! [--output-plot chromatogram.png]
//! [--export-json results.json]
//! ```