|
|
|
|
|
by jononor
3182 days ago
|
|
There are several things that make unsafe Rust better than C wrt to ensuring correctness. For example the stronger, more expressive type-system and fewer instances of undefined behavior for common operations.
The standardized, modern tools for unit-testing and fuzzing are also nicer in Rust. |
|