padlock-output 0.2.0

Struct memory layout analyzer for C, C++, Rust, and Go
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;