3 unstable releases
0.2.1 | Oct 4, 2022 |
---|---|
0.2.0 | Jan 5, 2022 |
0.1.0 | Oct 20, 2021 |
#820 in Hardware support
29 downloads per month
Used in bddisasm
235KB
5.5K
SLoC
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.
lib.rs
:
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.
Dependencies
~0–1.6MB
~33K SLoC