You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that thiserror is better for libraries (when the resulting errrors should be easy to handle by implementors), while anyhow is better for applications (when you just want simple and clean user-facing error handling).
At the time of writing, thiserror or anyhow seem fine. The former seems more similar to error-chain, but the latter seems easier to use overall.
Perhaps also check other dependencies.
The text was updated successfully, but these errors were encountered: