ewf-forensic 0.3.0

Forensic integrity analysis and repair for EWF (Expert Witness Format / E01) images
Documentation
1
2
3
4
5
6
7
mod error;
mod integrity;
mod repair;

pub use error::EwfForensicError;
pub use integrity::{EwfIntegrity, EwfIntegrityAnomaly, Severity};
pub use repair::{CannotRepair, EwfRepair, RepairReport, Repaired};