I don’t have much experience in either language, and I don’t have an opinion on which is better. I am just interested in your opinion.
Personally I think the sibling comment is pretty accurate, and rust is held back by:
- slow compiling of larger projects
- async stuff can quickly lead to very complex shenanigans
- embedded still requires you to write HAL stuff for MCUs that is supported out of the box for C
I don’t have much experience in either language, and I don’t have an opinion on which is better. I am just interested in your opinion.