We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using anyhow instead of custom error types and strings is probably a good idea.
I started the work to port the codebase to anyhow.
The text was updated successfully, but these errors were encountered:
Lets benchmark afterwards, I am curious
Sorry, something went wrong.
What would you benchmark, the error branches? I don't think it should affect the success branches at all (and the error branches don't matter).
I don't think it should affect the success branches at all
I would expect that too, but I want to be sure 😅
Fixed in #249.
dbrgn
No branches or pull requests
Using anyhow instead of custom error types and strings is probably a good idea.
I started the work to port the codebase to anyhow.
The text was updated successfully, but these errors were encountered: