I'm trying to integrate locate-dwarf
into my own crate but the usage of anyhow
has made it difficult for me to make decisions based on the errors returned. For example, I want to take a different action if an io error occurred in locate_debug_symbols
versus if there is no debug pointer to be found.
I'd be willing to change this crate to use thiserror
if you are open to it?