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

Create own error type #15

Open
nathiss opened this issue Feb 8, 2022 · 0 comments
Open

Create own error type #15

nathiss opened this issue Feb 8, 2022 · 0 comments
Labels
must-have Required feature
Milestone

Comments

@nathiss
Copy link
Owner

nathiss commented Feb 8, 2022

WHAT:
anyhow currently used in the project should not be used in library crates. The dependency should be removed.

HOW:

  • Remove dependency to anyhow.
  • Implement own data type to wrap all possible errors.

Note: https://edgarluque.com/blog/wrapping-errors-in-rust/

AC:

  • Removed dependency to anyhow.
  • Created own error type.
@nathiss nathiss added the future Possible future feature label Feb 8, 2022
@nathiss nathiss added must-have Required feature and removed future Possible future feature labels Feb 19, 2022
@nathiss nathiss added this to the 0.2.0 milestone Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
must-have Required feature
Projects
None yet
Development

No branches or pull requests

1 participant