From 663225b7a25b36ab93fb008c20ddb316879f22fb Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 10 May 2025 20:00:43 -0400 Subject: [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. --- rust/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust/src/lib.rs') 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; -- cgit v1.3.1