summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorFabian Freyer <fabian.freyer@physik.tu-berlin.de>2022-02-10 23:09:38 +0100
committerKyle Martin <krm504@nyu.edu>2022-02-14 15:28:25 -0500
commit692088fac1a880263491b105ceb4b242402a6d6b (patch)
treef43f71cc11b24d6a86d4be536e0bdf86ec52bfe0 /rust/src/lib.rs
parentee4ac3bb46f83f80b7f9b5b38dca0e2a49dc07e2 (diff)
rust: Add BinaryReader and BinaryWriter
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs2
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;