struct-audit 0.2.2

Analyze binary memory layouts to detect padding inefficiencies
Documentation
1
2
3
4
5
6
mod context;
mod expr;
mod types;

pub use context::DwarfContext;
pub use types::TypeResolver;