padlock-output 0.3.0

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

pub use diff::render_diff;
pub use json::to_json;
pub use sarif::to_sarif;
pub use summary::render_report;