Hacker News new | ask | show | jobs
by throwaway234232 1443 days ago
> Usually people recommend crates designed to make the experience better but that's a failure in my opinion.

I agree, I love Rust, but I'd like to see error handling ergonomics improved.

I'd like to see error handling become more like Zig or Swift.

Until then, I cope with the `anyhow` and `thiserror` crate :|

1 comments

I guess I have the Blub effect. Coming from C++ and C#, Rust has my favorite error handling so far.