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

Working with `unsafe` code in Rust has the same potential issue to be sure, but very little (if any) of your Rust code should be `unsafe`. You can usually accomplish what you want without having to drop down into raw C pointers. And everywhere that you do have to do this is explicitly called out with the `unsafe` keyword so it's very easy to audit.


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

Search: