/*******************************************************************************
*
* Copyright (c) 2025 - 2026.
* Haixing Hu, Qubit Co. Ltd.
*
* All rights reserved.
*
******************************************************************************/
//! Execution reports produced by CAS flows.
pub use CasExecutionOutcome;
pub use CasExecutionReport;
pub use CasReportBuilder;