Hacker News new | ask | show | jobs
by wazzaps 144 days ago
You just described how the popular "anyhow" and "snafu" crates implement error handling
1 comments

Even with anyhow there is a lot of boilerplate it seems to me dealing with crates that don’t use it. I haven’t tried snafu but its name does not inspire confidence.

Clanker (ai assistant) also love to unwrap and if you don’t catch them you have an abort waiting for you.