Rust in the Linux kernel: part 2

56 chmaynard 1 6/27/2025, 10:07:03 PM lwn.net ↗

Comments (1)

charcircuit · 1h ago
>The next article in this series will look at the design of the interface between the C and Rust code in the kernel, as well as the process of adding new bindings when necessary.

This is the actual useful one since so little of the kernel has Rust bindings. When I tried to implement a filesystem driver in rust I spent most of my time trying to write bindings instead of trying to write a filesystem.