|
|
|
|
|
by bsder
603 days ago
|
|
> Unsafe Rust is much safer than C That is not at all an obvious axiom. I am willing to concede that "Rust" is safer than "C". However, in "unsafe Rust" it is super easy to violate a Rust API precondition that the compiler takes advantage of. Even the Rust intelligentsia have pointed out that writing correct "unsafe Rust" is significantly harder than writing correct C. |
|