expose ffi in rust bindings

This commit is contained in:
lockbox 2023-06-15 19:19:39 -04:00 committed by jmoore
parent fa1f26138e
commit 84fe5d1756

View File

@ -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;