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

implemented std::error::Error for error enums #10

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

babymotte
Copy link
Contributor

@babymotte babymotte commented Jul 28, 2023

this makes idiomatic error propagation easier and
allows utilizing crates like thiserror or anyhow

this implements issue #11

this makes idiomatic error propagation easier and
allows utilizing crates like thiserror or anyhow
@dholroyd dholroyd merged commit 65202ee into dholroyd:master Mar 11, 2024
@dholroyd
Copy link
Owner

Thanks - and apologies for having lost track of this one!

@babymotte
Copy link
Contributor Author

No worries, glad I could help!

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

Successfully merging this pull request may close these issues.

2 participants