diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-12-02 04:20:45 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-12-02 04:25:39 -0500 |
| commit | 4aeb55836f26dc9614264bb3b3ce48a8ba5122e8 (patch) | |
| tree | 296cc04b8fd86d4c78db8c38719812fbe6e43659 /rust/src/lib.rs | |
| parent | bbf4d616ebdec77538832c1353b8e200a1ad9bbf (diff) | |
Rust API - Add BinaryView::data_variables
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index a477282f..84e21ffd 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -44,6 +44,7 @@ pub mod callingconvention; pub mod command; pub mod custombinaryview; pub mod databuffer; +pub mod datavariable; pub mod debuginfo; pub mod disassembly; pub mod fileaccessor; |
