Module report

Module report 

Source
Expand description

Report generation in various formats

Re-exports§

pub use json::JsonReporter;
pub use markdown::MarkdownReporter;

Modules§

json
JSON reporter (LLM-friendly format)
markdown
Markdown reporter (human-readable format)

Traits§

Finding
Trait for analysis findings that can be reported
Reporter
Reporter trait for outputting analysis results