diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-09-16 16:09:01 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-09-29 21:02:23 -0400 |
| commit | 37e078eb3ebf5393d3bdad7f8014e83d654f9857 (patch) | |
| tree | 7494ba7183fb42688d92d8ae3b67ec7ecc01fce3 /rust/src/metadata.rs | |
| parent | 273f6c483d7e36aa00287cf212990d54730c1845 (diff) | |
[Rust API] BinaryView metadata storing
Diffstat (limited to 'rust/src/metadata.rs')
| -rw-r--r-- | rust/src/metadata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/metadata.rs b/rust/src/metadata.rs index acc77a14..0945e58a 100644 --- a/rust/src/metadata.rs +++ b/rust/src/metadata.rs @@ -14,7 +14,7 @@ use std::slice; pub type MetadataType = BNMetadataType; pub struct Metadata { - handle: *mut BNMetadata, + pub(crate) handle: *mut BNMetadata, } impl Metadata { |
