Add verify module: sector-by-sector disc health check

This commit is contained in:
Matt Jackson
2026-04-20 00:01:02 +00:00
parent 18c6365e08
commit 0596307c19
2 changed files with 219 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ pub(crate) mod platform;
pub mod profile;
pub mod scsi;
pub mod sector;
pub mod verify;
pub(crate) mod speed;
pub(crate) mod udf;