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

> Any large Rust project I check has tons of unsafe in its dependency tree.

This is an argument against encapsulation. All Rust code eventually executes `unsafe` code, because all Rust code eventually interacts with hardware/OS/C-libraries. This is true of all languages. `unsafe` is part of the point of Rust.





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

Search: