1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 07:28:07 +00:00
bddisasm/bindings/rsbddisasm/bddisasm-sys
2023-07-01 10:44:37 +03:00
..
csrc Move rsbddisasm to the bindings directory 2021-10-20 10:03:16 +03:00
src Updates Rust binding to the latest version. 2022-01-05 14:17:13 +02:00
build.rs Updates Rust binding to the latest version. 2022-01-05 14:17:13 +02:00
Cargo.toml #82: Handle 0 in OpSize::from_raw 2023-07-01 10:44:37 +03:00
CHANGELOG.md rsbddisasm: Change version to 0.2.0 2022-01-05 14:31:30 +02:00
LICENSE Move rsbddisasm to the bindings directory 2021-10-20 10:03:16 +03:00
README.md Updates Rust binding to the latest version. 2022-01-05 14:17:13 +02:00

bddisasm-sys

no_std 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.

Notes

While this crate is no_std, the bddisasm library it links against depends on a C library because it needs vsnprintf and memset. It is possible to work around this limitation, but this is not currently done for these bindings.