Skip to main content

covguard_app/
lib.rs

1//! Backward-compatible façade for `covguard-orchestrator`.
2//!
3//! `covguard-app` is retained as a stable integration surface while the
4//! orchestration layer is maintained in `covguard-orchestrator`.
5
6pub use covguard_orchestrator::*;