Hacker News new | ask | show | jobs
by nottorp 190 days ago
Ok so why is Rust in the kernel if you can't use safe rust there and what's left is not what Rust promises?
1 comments

Most of the kernel's Rust usage is safe Rust. The only unsafe Rust is there to interact with the rest of the kernel and to provide safe abstractions.