Skip to main content

agentsec_core/output/
mod.rs

1//! Output renderers for [`crate::scan::ScanOutcome`].
2//!
3//! v0.1.0 ships [`markdown`] only. JSON output is available directly via
4//! `serde_json::to_string(&outcome)` against the [`crate::scan`] types and
5//! is not separately wrapped.
6
7pub mod markdown;