mirror of
https://github.com/zyllian/classics.git
synced 2025-05-10 21:26:40 -07:00
replace most .expect
s and .unwrap
s with a custom error type, closes #54
This commit is contained in:
parent
b749eb838b
commit
373fc5889d
8 changed files with 82 additions and 57 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -127,6 +127,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"strum",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue