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
Describe the feature
This project was originally written as a "binary" where the usage of anyhow for error handling was prevalent. Since our move to a crate-based approach, where we may want to re-use the crates outside of this project, we should move to an error enum implementation per crate and remove the use of anyhow from external interfaces.
The text was updated successfully, but these errors were encountered:
Describe the feature
This project was originally written as a "binary" where the usage of anyhow for error handling was prevalent. Since our move to a crate-based approach, where we may want to re-use the crates outside of this project, we should move to an error enum implementation per crate and remove the use of anyhow from external interfaces.
The text was updated successfully, but these errors were encountered: