decentralized-identity / decentralized-identity/web5-rs
Consider using standard Error rather than thiserror::Error
Open
- Dominant language
- Kotlin
- Stars
- 19
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
We're currently using `thiserror::Error` everywhere on all of our error enum's, but that was grandfathered in. I would like to explore using the standard lib error rather than adding a depdendency. What value does the `thiserror` crate bring to the table which isn't already possible with the standard lib error?
Contributor guide
Assessment
This issue has not been assessed yet.