Hacker News new | ask | show | jobs
by AndrewDucker 182 days ago
Rust constrains the code that can do unsafe things to small blocks, greatly reducing the area in which they can happen. Unlike C, where the whole of the code is unsafe.