1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-18 13:38:07 +00:00
bddisasm/bindings/rsbddisasm/bddisasm-sys
Ionel-Cristinel ANICHITEI 1e78d15878 bddisasm-sys: Fix keywords
2021-10-20 12:12:02 +03:00
..
csrc Move rsbddisasm to the bindings directory 2021-10-20 10:03:16 +03:00
src Move rsbddisasm to the bindings directory 2021-10-20 10:03:16 +03:00
build.rs Move rsbddisasm to the bindings directory 2021-10-20 10:03:16 +03:00
Cargo.toml bddisasm-sys: Fix keywords 2021-10-20 12:12:02 +03:00
LICENSE Move rsbddisasm to the bindings directory 2021-10-20 10:03:16 +03:00
README.md Move rsbddisasm to the bindings directory 2021-10-20 10:03:16 +03:00

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.