I don't know what y'all are talking about rust being a problem.
As a c and rust developer I see the integration of rust in the kernel as a really good ideia.
It takes the responsability of memory safety from the dev to the compiler and libraries, if the code has memory bugs it will not compile, at lest with non-unsafe code.
I see this as an absolute win as for easing to develop new code and turning the kernel more secure.
C is an easy language to learn but difficult to make applications with, while rust is the opposite.
As a c and rust developer I see the integration of rust in the kernel as a really good ideia.
It takes the responsability of memory safety from the dev to the compiler and libraries, if the code has memory bugs it will not compile, at lest with non-unsafe code.
I see this as an absolute win as for easing to develop new code and turning the kernel more secure.
C is an easy language to learn but difficult to make applications with, while rust is the opposite.
Comment