//! Opinionated, human-readable terminal presentation for Rust CLIs.
//!
//! Runemark owns semantic output conventions—status, emphasis, color policy,
//! and structured decision-oriented reports—while delegating low-level terminal
//! consistent terminal behavior.
//!
//! It deliberately does not parse command-line arguments, own application logging,
//! or define domain-specific report schemas.
pub use ;
pub use ;
pub use ErrorBlock;
pub use ;
pub use ;
pub use Verdict;