pci-ids
This project is modified from wooduffw's usb-ids.rs (https://github.com/woodruffw/usb-ids.rs)
Cross-platform Rust wrappers for the PCI ID Repository.
This library bundles the PCI ID database, allowing platforms other than Linux to query it as a source of canonical PCI metadata.
Usage
Iterating over all known vendors:
use Vendors;
for vendor in iter
Iterating over all known subclasses:
use Classes;
for class in iter