//! VHDX forensic integrity analyser and in-memory repair tool.
//!
//! Depends on the `vhdx` crate for container parsing. Exports `VhdxIntegrity`,
//! `VhdxRepair`, and all anomaly/severity types.
//!
//! # Layer
//! FORENSIC AUDIT — equivalent role to `ewf-forensic` for E01 images.
// Re-export the reader so callers don't need two crates for basic use.
pub use ;
pub use ;
/// Return references to all anomalies whose severity is at or above `min`.
pub use ;