mirror of https://github.com/zyllian/classics.git synced 2025-05-10 21:26:40 -07:00

replace most .expects and .unwraps with a custom error type, closes #54

This commit is contained in:
Zoey 2024-04-25 00:01:28 -07:00
parent b749eb838b
commit 373fc5889d
No known key found for this signature in database
GPG key ID: 8611B896D1AAFAF2
8 changed files with 82 additions and 57 deletions

1
Cargo.lock generated
View file

@ -127,6 +127,7 @@ dependencies = [
"serde",
"serde_json",
"strum",
"thiserror",
"tokio",
]