gibsonpil / libpci-rs

A cross-platform PCI enumeration library for Rust.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Switch Windows API to cfgmgr32.dll #7

Open shibedrill opened 6 months ago

shibedrill commented 6 months ago

Not an especially urgent change, but might streamline our code a little. cfgmgr32.dll already has bindings in the WinAPI crate so we won't add or remove any dependencies by doing so.