|
|
|
|
|
by dvt
34 days ago
|
|
You actually kind of don't, I use like a zillion crates which have unsafe Rust in them and it's not like I'm sitting here reading every single line of their code. I like Rust for various reasons, but its memory safety is (imo) overstated, especially when doing low-level stuff. |
|
Rust is bounds checked by default. C is not. Defaults matter because, without a convincing reason, most people program in the default way.