agentsec-core 0.2.0

AgentSec core library — scan / web / paste logic, pure Rust
Documentation
1
2
3
4
5
6
7
//! Output renderers for [`crate::scan::ScanOutcome`].
//!
//! v0.1.0 ships [`markdown`] only. JSON output is available directly via
//! `serde_json::to_string(&outcome)` against the [`crate::scan`] types and
//! is not separately wrapped.

pub mod markdown;