-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Investigate usage of thiserror to replace snafu #70
Labels
Comments
If no one is working on this I want to pick it up for hacktoberfest. |
My only problem with thiserror is that it still does not support |
elpiel
added a commit
to elpiel/sdk-rust
that referenced
this issue
Oct 27, 2020
elpiel
added a commit
to elpiel/sdk-rust
that referenced
this issue
Oct 27, 2020
elpiel
added a commit
to elpiel/sdk-rust
that referenced
this issue
Oct 27, 2020
elpiel
added a commit
to elpiel/sdk-rust
that referenced
this issue
Oct 28, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
At the moment, to generate library errors, we're using snafu. This library is more powerful than we need, we should investigate https://docs.rs/thiserror as alternative, since it provides only the features we really need
The text was updated successfully, but these errors were encountered: