Add custom errors with thiserror, log thread id

This commit is contained in:
2026-02-03 23:02:44 +02:00
parent 2e5568fccb
commit f84d812602
8 changed files with 126 additions and 58 deletions

View File

@@ -31,6 +31,7 @@ rand = "0.9.2"
docx-rs = "0.4.18"
anyhow = "1.0.100"
rayon = "1.11"
thiserror = "2.0.18"
[dev-dependencies]
criterion = { version = "0.8.1", features = ["html_reports"] }