|
|
|
|
|
by dietr1ch
12 days ago
|
|
I ended up using thiserror everywhere but `:/src/bin/`, and using eyre in there. It's a nice compromise between being precise on your errors with your code, but allowing you to be careless at the very end of the error lifecycle since running into errors there has very few ways of going about them, and you don't want to deal with the burden of updating that error handling all the time. |
|