Тут недалеко в коментах напомнили
https://drewdevault.com/2019/03/25/Rust-is-not-a-good-C-replacement.htmlЖаль, что я тогда статью не оценил (хз почему), а ведь в ней хорошие и очевидные многим вещи.
C: 0.73 new features per year, measured by the number of bullet points in the C11 article on Wikipedia which summarizes the changes from C99, adjusted to account for the fact that C18 introduced no new features.
Go: 2 new features per year, measured by the number of new features listed on the Wikipedia summary of new Go versions.
C++: 11.3 new features per year, measured by the number of bullet points in the C++17 article which summarizes the changes from C++14.
Rust: 15 new features per year, measured by the number of headers in the release notes of major Rust versions over the past year, minus things like linters.
Ну и отдельно для наброса "The kitchen sink approach doesn’t work. Rust will eventually fail to the “jack of all trades, master of none” problem that C++ has." (
https://en.wikipedia.org/wiki/Jack_of_all_trades,_master_of_none)