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
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.
The text was updated successfully, but these errors were encountered:
fia0
changed the title
Remove error-chain
Replace error-chainDec 5, 2022
fia0
changed the title
Replace error-chain
Replace error-chain crate
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.
The text was updated successfully, but these errors were encountered: