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

Add thiserror to default application boilerplate (closes #144) #188

Merged
merged 1 commit into from
Jan 12, 2020

Conversation

tony-iqlusion
Copy link
Member

Provides handy custom derive support for Error:

https://github.com/dtolnay/thiserror

It's only provided in the default boilerplate and can be switched out easily.

This should hopefully otherwise close any open questions about error-handling.

Provides handy custom derive support for `Error`:

https://github.com/dtolnay/thiserror

It's only provided in the default boilerplate and can be switched out
easily.

This should hopefully otherwise close any open questions about
error-handling.
@tony-iqlusion tony-iqlusion merged commit f80f2d4 into develop Jan 12, 2020
@tony-iqlusion tony-iqlusion deleted the thiserror branch January 12, 2020 19:53
This was referenced Jan 12, 2020
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.

None yet

1 participant