raw-cpuid 6.1.0

A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.
Documentation
Build #126664 2018-11-12T07:03:03.734140+00:00
# rustc version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)# docs.rs version
cratesfyi 0.6.0 (c695234 2018-11-02)# build log
Updating crates.io index
Downloading crates ...
Downloaded raw-cpuid v6.1.0
Fresh semver-parser v0.7.0
Fresh cc v1.0.25
Fresh bitflags v1.0.4
Fresh semver v0.9.0
Fresh rustc_version v0.2.3
Compiling raw-cpuid v6.1.0
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/raw-cpuid-6.1.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=34d9f490ade8ebd4 -C extra-filename=-34d9f490ade8ebd4 --out-dir /home/cratesfyi/cratesfyi/debug/build/raw-cpuid-34d9f490ade8ebd4 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cc=/home/cratesfyi/cratesfyi/debug/deps/libcc-18b5397ed74fd0c5.rlib --extern rustc_version=/home/cratesfyi/cratesfyi/debug/deps/librustc_version-b7995aee23c7cb9f.rlib --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/raw-cpuid-34d9f490ade8ebd4/build-script-build`
Documenting raw-cpuid v6.1.0
Running `rustdoc --crate-name raw_cpuid /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/raw-cpuid-6.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url 'serde_derive=https://docs.rs/serde_derive/1.0.80' --extern-html-root-url 'rustc_version=https://docs.rs/rustc_version/0.2.3' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.43' --extern-html-root-url 'bitflags=https://docs.rs/bitflags/1.0.4' --extern-html-root-url 'cc=https://docs.rs/cc/1.0.25' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.80' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8ed38117858329ab.rmeta --cfg 'feature="use_arch"' --cfg 'feature="nightly"'`
Finished dev [unoptimized + debuginfo] target(s) in 5.37s