padlock-output 0.6.2

Terminal, JSON, SARIF, and diff output formatters for the padlock struct layout analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod diff;
pub mod explain;
pub mod json;
pub mod markdown;
pub mod sarif;
pub mod summary;

pub use diff::render_diff;
pub use explain::render_explain;
pub use json::to_json;
pub use markdown::to_markdown;
pub use sarif::to_sarif;
pub use summary::render_report;