|
|
|
|
|
by ducktective
1328 days ago
|
|
I think it's a given that idiomatic Rust code has less memory bugs than run-of-the-mill C code but IMO, this debate boils down to this question: "Do static analyzers like cppcheck, Frama-C, Coverity or NASA's ikos catch more bugs (including memory bugs) than idiomatic Rust code?" We have to consider the added complexity of the Rust language and the massive man-hours required to re-write old C code-bases. It's a trade-off. |
|