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

Move away from anyhow for errors #186

Open
ealmloff opened this issue Apr 24, 2024 · 0 comments
Open

Move away from anyhow for errors #186

ealmloff opened this issue Apr 24, 2024 · 0 comments
Labels
enhancement New feature or request Kalosm Related to the Kalosm library

Comments

@ealmloff
Copy link
Collaborator

Specific Demand

Kalosm should use custom error types with thiserror instead of anyhow. Anyhow is great for application code, but it is more difficult to handle each error differently in downstream code

Implement Suggestion

Remove anyhow from the kalosm family of crates and use thiserror instead

@ealmloff ealmloff added enhancement New feature or request Kalosm Related to the Kalosm library labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Kalosm Related to the Kalosm library
Projects
None yet
Development

No branches or pull requests

1 participant