Hi. I’m evaluating windows-drivers-rs for a driver project and would like to understand the current and planned coverage of WDK DDI (Device Driver Interfaces), specifically these two modules in Microsoft Docs:
Questions
-
Current support status
- Does windows-drivers-rs (or related crates in this repo) already expose bindings/wrappers for APIs under _kernel and _acpi?
- If partially supported: which headers / functions are covered vs. missing?
-
Roadmap / milestones
- Is there a published roadmap or tracking issue for expanding DDI coverage?
- Are _kernel and _acpi on the roadmap? If so, any rough timeline or milestone?
Hi. I’m evaluating windows-drivers-rs for a driver project and would like to understand the current and planned coverage of WDK DDI (Device Driver Interfaces), specifically these two modules in Microsoft Docs:
_kernelDDI: https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/_kernel/_acpiDDI: https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/_acpi/Questions
Current support status
Roadmap / milestones