You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bddisasm/bindings/rsbddisasm/bddisasm-sys
Ionel-Cristinel ANICHITEI 73b7c4ea96
rsbddisasm: Fix `no-std` category
2 years ago
..
csrc Move rsbddisasm to the bindings directory 3 years ago
src Updates Rust binding to the latest version. 2 years ago
CHANGELOG.md rsbddisasm: Change version to 0.2.0 2 years ago
Cargo.toml rsbddisasm: Fix `no-std` category 2 years ago
LICENSE Move rsbddisasm to the bindings directory 3 years ago
README.md Updates Rust binding to the latest version. 2 years ago
build.rs Updates Rust binding to the latest version. 2 years ago

README.md

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.