diff --git a/bindings/rust/src/lib.rs b/bindings/rust/src/lib.rs index 5b4e7d33..c67dd4cf 100644 --- a/bindings/rust/src/lib.rs +++ b/bindings/rust/src/lib.rs @@ -34,10 +34,10 @@ extern crate std; #[macro_use] pub mod unicorn_const; +pub mod ffi; // lets consumers call ffi if desired mod arm; mod arm64; -mod ffi; mod m68k; mod mips; mod ppc;