Abstract
The Linux kernel is a project with a lot of special requirements on your code, and until late last year, one of those requirements was that you had to use C. Today, this is no longer true, and there are now several Linux kernel driver projects using Rust.
In this talk, you will hear about the experience of using Rust in the Linux kernel, and the journey of building a complex driver.