Skip to content
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

Replace error-chain crate #24

Open
fia0 opened this issue Dec 5, 2022 · 0 comments
Open

Replace error-chain crate #24

fia0 opened this issue Dec 5, 2022 · 0 comments

Comments

@fia0
Copy link

fia0 commented Dec 5, 2022

We use in many places error types created with error-chain (https://github.com/rust-lang-deprecated/error-chain). This library has been finally deprecated a few weeks ago, we should try to move away from it. I propose we use https://crates.io/crates/thiserror as it is most commonly the sanest choice when considering implementation effort and readability of produced error types. Also, from other projects I can report that its nice to maintain when long-term support is the goal.

@fia0 fia0 changed the title Remove error-chain Replace error-chain Dec 5, 2022
@fia0 fia0 changed the title Replace error-chain Replace error-chain crate Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant