disk-forensic 0.11.2

Forensic disk-image orchestrator — decodes E01/VMDK/VHDX/VHD/QCOW2/DMG containers, auto-detects MBR/GPT/APM, and routes ISO 9660 to filesystem analysis
Documentation
1
2
3
4
5
6
7
[toolchain]
# Dev/CI toolchain pinned to current stable (fleet policy). disk-forensic is a
# published library (on crates.io, consumed via `disk_forensic::container::open`,
# ADR-0011), so its declared MSRV (Cargo.toml `rust-version` = 1.93) is
# deliberately BELOW this dev pin — the low, CI-verified library-MSRV policy.
channel = "1.96.0"
components = ["rustfmt", "clippy"]