Skip to content

Comment on Sans-IO: The secret to effective Rust for network servicesparent

Comments

also a bit late, but you've seen anyhow & miette right? noticed the color_eyre usage and was just wondering

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.