bddisasm-sys

Crates.iobddisasm-sys
lib.rsbddisasm-sys
version0.4.2
sourcesrc
created_at2021-10-20 09:21:55.853705
updated_at2024-02-21 06:08:54.062004
descriptionBindings to bddisasm instruction decoder library
homepage
repositoryhttps://github.com/bitdefender/bddisasm
max_upload_size
id467805
size6,996,169
Anichitei Ionel-Cristinel (ianichitei)

documentation

https://docs.rs/bddisasm-sys

README

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.

Commit count: 257

cargo fmt