Hacker News new | ask | show | jobs
by Proziam 705 days ago
One step further, many rust libs use `#![forbid(unsafe_code)]` to explicitly disallow any unsafe. The rust community really likes that sort of thing, and for good reason.