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

Error types should implement std::err::Error #11

Closed
babymotte opened this issue Jul 29, 2023 · 1 comment
Closed

Error types should implement std::err::Error #11

babymotte opened this issue Jul 29, 2023 · 1 comment

Comments

@babymotte
Copy link
Contributor

While not technically necessary this makes proper error propagation a lot easier, especially when using common libraries like thiserror or anyhow.

@babymotte
Copy link
Contributor Author

I've issued PR #10 to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants