Hacker News new | ask | show | jobs
by steveklabnik 1871 days ago
We do provide a way to catch a panic https://doc.rust-lang.org/stable/std/panic/fn.catch_unwind.h...

It's not considered generally idiomatic as an error handling strategy, but it does exist if it's needed.