Windows Kernel-mode drivers written in Rust
This library is just a proof-of-concept of the windows kernel-mode drivers, which can be written in Rust programming language.It contains the types, constants and bindings for the Windows Driver Kit with target OS starting from Windows XP (x86/x64).Neat proof-of-concept.