issues
search
Samyak2
/
toipe
yet another typing test, but crab flavoured
MIT License
595
stars
31
forks
source link
Better errors using `anyhow`
#40
Closed
Samyak2
closed
9 months ago
Samyak2
commented
2 years ago
Summary
Use
anyhow::Result
instead of std/core's
Result
.
Add context to word list errors to say what exactly failed. Fixes #25
This includes the commits from #26 to provide credit for moving this in the right direction. Thanks @benliepert!
Summary
anyhow::Result
instead of std/core'sResult
.