ewf-forensic 0.5.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 integrity_path;

pub use error::EwfForensicError;
pub use integrity::{AnalysisProgress, ComputedHashes, EwfHeaderMetadata, EwfIntegrity, EwfIntegrityAnomaly, Severity};
pub use integrity_path::EwfIntegrityPath;