From 93b524fbf9af52faf13b8647702f61e909b0cdf1 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 16 Jun 2025 14:46:04 -0400 Subject: [Rust] Make the `BinaryView` handle public This is temporary, please no one depend on this --- rust/src/binary_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/binary_view.rs') diff --git a/rust/src/binary_view.rs b/rust/src/binary_view.rs index 801884ac..73c3a2ab 100644 --- a/rust/src/binary_view.rs +++ b/rust/src/binary_view.rs @@ -1979,7 +1979,7 @@ impl BinaryViewExt for T {} /// has only a weak reference to the [`BinaryView`]. #[derive(PartialEq, Eq, Hash)] pub struct BinaryView { - pub(crate) handle: *mut BNBinaryView, + pub handle: *mut BNBinaryView, } impl BinaryView { -- cgit v1.3.1