(no title)
rpbiwer2 | 1 year ago
I know I _could_ define my own error type, but that's tedious, especially if there are many types of errors to handle. For my (non-production) purposes it's been fine.
What's the idiomatic way to handle errors? Is there a way to collect more detailed error information without excessive boilerplate?
steveklabnik|1 year ago
The docs have good examples of basic usage: https://docs.rs/anyhow/latest/anyhow/