capstone_rust 0.2.0

A Capstone engine binding for Rust
docs.rs failed to build capstone_rust-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: capstone_rust-0.2.3

capstone-rust

Build Status

Rust bindings to Capstone engine.

Dependencies

Install clang-3.9 (needed by bindgen) and Capstone

sudo apt install llvm-3.9-dev libclang-3.9-dev clang-3.9 libcapstone3 libcapstone-dev

Get started

Append to Cargo.toml:

[dependencies]
capstone_rust = "0.2.0"

Copy & paste an example.