Hacker News new | ask | show | jobs
by shepmaster 2258 days ago
I agree which is why I write SNAFU

https://docs.rs/snafu/0.6.6/snafu/

1 comments

The selectors approach is clever, given that it works without a `map_err` closure but still supports borrows through the `Into` conversion. Unfortunately, all the libraries before yours have ruined the chances of me using anything outside of libstd as far as error-handling is concerned ( https://news.ycombinator.com/item?id=22820661 ).