From 692088fac1a880263491b105ceb4b242402a6d6b Mon Sep 17 00:00:00 2001 From: Fabian Freyer Date: Thu, 10 Feb 2022 23:09:38 +0100 Subject: rust: Add BinaryReader and BinaryWriter --- rust/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/src/lib.rs') 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; -- cgit v1.3.1