x86 0.21.0

Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages.
Documentation
Build #184106 2019-09-08T19:33:46.430966+00:00
# rustc version
rustc 1.39.0-nightly (618768492 2019-09-05)# docs.rs version
cratesfyi 0.6.0 (f01dedd 2019-07-30)# build log
Updating crates.io index
Fresh semver-parser v0.7.0
Fresh cc v1.0.45
Compiling x86 v0.21.0
Fresh semver v0.9.0
Running `rustc --edition=2018 --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/x86-0.21.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=620737e1fa5f4103 -C extra-filename=-620737e1fa5f4103 --out-dir /home/cratesfyi/cratesfyi/debug/build/x86-620737e1fa5f4103 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh rustc_version v0.2.3
Fresh bitflags v1.1.0
Checking raw-cpuid v7.0.2
Running `rustc --crate-name raw_cpuid /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/raw-cpuid-7.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=dc033a31285af0fd -C extra-filename=-dc033a31285af0fd --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-50afca89675103f1.rmeta --cap-lints allow --cfg 'feature="use_arch"' --cfg 'feature="nightly"'`
Running `/home/cratesfyi/cratesfyi/debug/build/x86-620737e1fa5f4103/build-script-build`
Documenting x86 v0.21.0
Running `rustdoc --edition=2018 --crate-name x86 /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/x86-0.21.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190905-1.39.0-nightly-618768492 --static-root-path / --disable-per-crate-search --extern-html-root-url 'bitflags=https://docs.rs/bitflags/1.1.0' --extern-html-root-url 'csv=https://docs.rs/csv/1.1.1' --extern-html-root-url 'phf=https://docs.rs/phf/0.7.24' --extern-html-root-url 'phf_codegen=https://docs.rs/phf_codegen/0.7.24' --extern-html-root-url 'raw_cpuid=https://docs.rs/raw-cpuid/7.0.2' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.40' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-50afca89675103f1.rmeta --extern raw_cpuid=/home/cratesfyi/cratesfyi/debug/deps/libraw_cpuid-dc033a31285af0fd.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 4.47s