mirror of
https://github.com/zyllian/classics.git
synced 2025-05-13 18:00:54 -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
|
@ -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"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue