A first look at Rust in the 6.1 kernel
A first look at Rust in the 6.1 kernel
Posted Oct 14, 2022 12:00 UTC (Fri) by amarao (guest, #87073)Parent article: A first look at Rust in the 6.1 kernel
As a Rust lover I want to see the ability to build a kernel module with minimal amount of kernel stuff. If I need to put few bits into GPIO and create few entries for /sys, why should I dive deep into kernel build details?
I really like to see a way to run 'cargo build' and to build a 'plain boring' module for the kernel.
I know, the thing I ask is selfish, but those selfish moments are actually breakthroughs. 'You can build a kernel module within this reasonable kernel framework and do not think about whole complexity of the magic behind the curtain'.
