Re-exports§
pub use analysis::analyze_layout;pub use cli::Cli;pub use cli::Commands;pub use cli::OutputFormat;pub use cli::SortField;pub use diff::DiffResult;pub use diff::diff_layouts;pub use dwarf::DwarfContext;pub use error::Error;pub use error::Result;pub use loader::BinaryData;pub use loader::LoadedDwarf;pub use output::JsonFormatter;pub use output::TableFormatter;pub use types::LayoutMetrics;pub use types::MemberLayout;pub use types::PaddingHole;pub use types::SourceLocation;pub use types::StructLayout;