x86 0.0.5

Library to use x86 (amd64) specific functionality and registers.
[package]

name = "x86"
version = "0.0.5"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]

description = "Library to use x86 (amd64) specific functionality and registers."
repository = "https://github.com/gz/rust-x86"

readme = "README.md"
keywords = ["ia32", "os", "amd64", "x86"]
license = "WTFPL"

[dependencies]
bitflags = "0.1.0"