6 ms·
You just described how the popular "anyhow" and "snafu" crates implement error handling
by wazzaps 8mo ago
You just described how the popular "anyhow" and "snafu" crates implement error handling
- fizlebit 8mo agoEven 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.