mirror of https://github.com/zyllian/classics.git synced 2025-05-13 18:00:54 -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

View file

@ -18,4 +18,5 @@ safer-bytes = "0.2"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
tokio = {version = "1", features = ["full"]}