0.17.0: unwrap safety fix, patch pass algorithm, clippy compliance

- Fix unwrap in disc/mod.rs sweep() hot path using pattern matching
- Patch pass excludes Unreadable sectors from work list
- Expose bytes_bad_in_title for accurate UI reporting
- All 256 tests pass, cargo clippy clean with -D warnings
This commit is contained in:
MattJackson
2026-05-04 09:42:07 -07:00
parent 45defd47f3
commit bfa527162a
4 changed files with 486 additions and 37 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libfreemkv"
version = "0.16.3"
version = "0.17.0"
edition = "2024"
rust-version = "1.86"
license = "AGPL-3.0-only"