-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use thiserror
to handle errors
#39
Comments
anyhow
to handle errorsthiserror
to handle errors
thiserror
to handle errorsthiserror
to handle errors
Hi @edgarriba I am interested in contributing to this project. How do I get started? |
@vcode11 thanks for the interest ! if you feel comfortable with Rust and |
I found your commit: d72fca8 this seems to solve the problem? Any particular reason why you didn't merge this? Anything that is missing here that you would like to have? |
lack of time to finally land this but feel free to take that diff resume the task. The only thing i was a bit concerned is that i couldn't figure out properly how to chain all the original errors for the integrated library a propagate properly to the high level applications. |
implemented in main already |
for now errors are handle with
anyhow
-- this is good at application level but ideally we should create custom error types for lib development.ideally use https://github.com/dtolnay/thiserror
The text was updated successfully, but these errors were encountered: