Hacker News new | ask | show | jobs
by DrMeepster 737 days ago
Unsafe is one of the most important things in rust. The point is that you stick all the unsafety into well marked areas that can be more easily checked.
1 comments

Pardon me as an outsider, but somehow it is not fully satisfying if the compiler cannot check it for safety.