Just submitted a PR to a library crate to replace `anyhow` with `thiserror`.
Why are library authors using anyhow? I cannot understand it...
@musicmatze and I didn't quite use all the recommendations in that post actually... In the portions of my application that were very much like a library I used thiserror (which is so cool). Then in the portions that were primarily error consumers I just handled then myself. #rust