expose ffi in rust bindings
This commit is contained in:
@@ -34,10 +34,10 @@ extern crate std;
|
|||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub mod unicorn_const;
|
pub mod unicorn_const;
|
||||||
|
pub mod ffi; // lets consumers call ffi if desired
|
||||||
|
|
||||||
mod arm;
|
mod arm;
|
||||||
mod arm64;
|
mod arm64;
|
||||||
mod ffi;
|
|
||||||
mod m68k;
|
mod m68k;
|
||||||
mod mips;
|
mod mips;
|
||||||
mod ppc;
|
mod ppc;
|
||||||
|
|||||||
Reference in New Issue
Block a user