-
Notifications
You must be signed in to change notification settings - Fork 8
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
Improve error handling #26
Comments
yep, how about custom errors or probably rust return type would be more viable |
An error enum derived from |
would start soon |
i've been doing a lot of refactoring, this would affect a lot implementation in v3 |
That's fine. Please release 0.8.0. |
Will make a pr today, will do that after the pr |
Ideally, errors should be recoverable. However, currently
assert!
andpanic!
are used instead.The text was updated successfully, but these errors were encountered: