Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The point of `unsafe` in Rust is that you can generally limit `unsafe` code to a few short functions and encapsulate them in a safe interface. This means less code to review and maintaining strong guarantees in the rest of the safe Rust code.


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

Search: