(no title)
ost-ing | 6 months ago
Rusts tooling is hands down better than C/++ which aids to a more streamlined and efficient development experience
ost-ing | 6 months ago
Rusts tooling is hands down better than C/++ which aids to a more streamlined and efficient development experience
bch|6 months ago
Would you expand on this? What was your C tooling/workflow that was inferior to your new Rust experience?
simonask|6 months ago
As for the language tooling itself, static and runtime analyzers in C and C++ (and these are table stakes at this point) do not come close to the level of accuracy of the Rust compiler. If you care about writing unsafe code, Miri is orders of magnitude better at detecting UB than any runtime analyzer I've seen for C and C++.