mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-18 13:38:07 +00:00
.. | ||
csrc | ||
src | ||
build.rs | ||
Cargo.toml | ||
LICENSE | ||
README.md |
bddisasm-sys
Rust bindings for bddisasm.
See bddisasm if you're looking for a Rust wrapper for these bindings.
Requirements
bindgen is used to generate the bindings at build time. Because of this, users need to have clang
installed. Check the bindgen documentation for more information.