diff options
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 6555e947..f1fd51f4 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -39,7 +39,9 @@ mod ffi; pub mod architecture; pub mod backgroundtask; pub mod basicblock; +pub mod binaryreader; pub mod binaryview; +pub mod binarywriter; pub mod callingconvention; pub mod command; pub mod custombinaryview; |
