Hacker News new | ask | show | jobs
by scolby33 2019 days ago
In Rust, the signature of the function would be along the lines of `-> Result<whatever, Error>` and you'd have no choice but to handle the Error case of the Result or to panic. Either way, not a segfault.