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
thiserror
Progress has been done since #825 , but anyhow uses the heap for memory.
anyhow
anyhow concatenates errors in a nice way for humains, but thiserror makes for better error handling by machines.
here is the thiserror crate
Todo:
The text was updated successfully, but these errors were encountered:
Fixed entirely by #966
Sorry, something went wrong.
Keksoj
No branches or pull requests
Progress has been done since #825 , but
anyhow
uses the heap for memory.anyhow
concatenates errors in a nice way for humains, butthiserror
makes for better error handling by machines.here is the
thiserror
crateTodo:
The text was updated successfully, but these errors were encountered: