Pavel Yosifovich's "Windows Kernel Programming" book examples in Rust #564
maqong
started this conversation in
Show and tell
Replies: 1 comment
|
Interesting read! Didn't know about the
Does it make sense to add the examples to https://github.com/microsoft/Windows-rust-driver-samples/? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I've started translating the C/C++ examples from the book to Rust (I'm currently at chapter 7) as an exercise in writing Rust Windows drivers. Here's a description of the issues I've encountered so far: https://zaddach.github.io/2025-11-10-windows-drivers-in-rust/
I'd be grateful for any feedback!
All reactions