Rust support hits linux-next
Rust support hits linux-next
Posted Mar 20, 2021 13:16 UTC (Sat) by atnot (subscriber, #124910)In reply to: Rust support hits linux-next by willy
Parent article: Rust support hits linux-next
Posted Mar 20, 2021 14:00 UTC (Sat)
by willy (subscriber, #9762)
[Link]
The advantage of writing an actual driver for hardware that really exists is that you figure out what's missing from the kernel Rust API -- interrupts, PCI, DMA, locks that need to be shared with code written in C. That kind of thing.
Rust support hits linux-next