1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-23 14:38:22 +00:00
bddisasm/bindings/rsbddisasm/bddisasm-sys
2021-10-20 10:03:16 +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 Move rsbddisasm to the bindings directory 2021-10-20 10:03:16 +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.