pcitool 0.1.0

Tool and library for portable access to PCI bus configuration registres.
Documentation
1
2
3
4
5
6
fn main() {
    println!("cargo:rerun-if-changed=src/access/intel_conf1.c");
    cc::Build::new()
        .file("src/access/intel_conf1.c")
        .compile("intel_conf1");
}