yaxpeax-x86 1.0.4

x86 decoders for the yaxpeax project
Documentation
fn main() {
    #[cfg(capstone_bench)]
    {
        println!("cargo:rustc-link-search=/usr/lib/");
        println!("cargo:rustc-link-lib=capstone");
    }
}