1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-30 10:27:45 +00:00

treewide: streamline error handling; leverage thiserror and anyhow

This commit is contained in:
NotAShelf 2025-05-18 15:39:49 +03:00
parent 99fbfc0ea7
commit 32422f2b4f
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
7 changed files with 81 additions and 202 deletions

View file

@ -16,3 +16,5 @@ ctrlc = "3.4"
chrono = "0.4"
log = "0.4"
env_logger = "0.11"
thiserror = "2.0"
anyhow = "1.0"