summaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-05-10 20:00:43 -0400
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-05-12 17:45:24 -0400
commit663225b7a25b36ab93fb008c20ddb316879f22fb (patch)
tree6957b1be6aa9d07b7344af0acbb907c64e6748b1 /rust/src/lib.rs
parent7e32ee8b629e3e4f8d061cbe0729ff961b3502d7 (diff)
[Rust] Move `BinaryReader` and `BinaryWriter` into `binary_view` module
Both of these are associated directly to a `BinaryView` and only exist as accessors onto it.
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 1b02da0d..80baae43 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -32,9 +32,7 @@ pub mod architecture;
pub mod background_task;
pub mod base_detection;
pub mod basic_block;
-pub mod binary_reader;
pub mod binary_view;
-pub mod binary_writer;
pub mod calling_convention;
pub mod collaboration;
pub mod command;