- cross-posted to:
- linux@programming.dev
- cross-posted to:
- linux@programming.dev
Greg Kroah-Hartman… urged fellow contributors to embrace those interested in contributing Rust code to improve the kernel.
"Adding another language really shouldn’t be a problem… embrace the people offering to join us
Thoughts on this?
It’s really not. I’d much rather use C than unsafe Rust…
The best part about Rust is you can isolate your memory safety problems to the unsafe bits, whereas with C, you have to constantly deal with it.