//! The library crate hosts all reusable logic for the `mbrkit` binary.
//!
//! The binary stays intentionally small so that command parsing, image layout
//! building, MBR encoding, and report generation can be tested directly.
pub use ;
use Parser;
use crateCli;
/// Parse CLI arguments and execute the selected command.