Rust is the future of systems programming, C is the new Assembly (Packt)
Rust is the future of systems programming, C is the new Assembly (Packt)
Posted Aug 29, 2019 6:39 UTC (Thu) by roc (subscriber, #30627)In reply to: Rust is the future of systems programming, C is the new Assembly (Packt) by felixfix
Parent article: Rust is the future of systems programming, C is the new Assembly (Packt)
A good start would be to make it possible to write some kinds of drivers in Rust. This would already be quite a lot of work --- integrating Rust into the Linux build system, writing Rust wrappers around kernel APIs --- but much has already done experimentally. There's a good chance that encouraging people to submit their wacky drivers in Rust would improve the quality of the driver, partly because you can focus attention on the unsafe parts (if any ... many Linux drivers probably don't need much or any unsafe code).
