1
2
3
4
5
#![feature(test)]
extern crate test;

mod pci_id_data;
pub use crate::pci_id_data::*;