Hacker News new | ask | show | jobs
by hardwaresofton 708 days ago
also a bit late, but you've seen anyhow & miette right? noticed the color_eyre usage and was just wondering
1 comments

yep - color_eyre is a better anyhow (and there's plans afoot to merge them into just one at some point[1]). Miette occupies a space that I generally don't need (except when processing data), while color-eyre is in the goldilocks zone.

[1]: https://github.com/eyre-rs/eyre/issues/177

Thanks for the pointer! Rustaceans are spoiled for choice with good error handling and libraries, great to have so many great choices.