
irql: Compile-Time IRQL Safety for Windows Kernel Drivers in Rust
It started with a different problem entirely. I was writing a Windows kernel driver in Rust and hit something that bothered me: when Rust’s alloc fails, it panics. In user-mode, that’s a crash. In...

