Hacker News new | past | comments | ask | show | jobs | submit login

Rust programs can fail gracefully when they hit unexpected conditions - Safe Rust guarantees only extend to memory- and data-race safety. However, these tend to be table-stakes if one wants to make any kind of interesting statement about the semantics of programs, and there's a lot of ongoing work wrt. enabling this kind of use of Rust.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: