Hacker News new | ask | show | jobs
by Measter 207 days ago
And, by default, panicking in Rust also doesn't crash, it begins a stack unwind which can be caught on any layer above it with catch_unwind.