summaryrefslogtreecommitdiff
path: root/rust/src/binaryreader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/binaryreader.rs')
-rw-r--r--rust/src/binaryreader.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/binaryreader.rs b/rust/src/binaryreader.rs
index c84dfed5..3c881627 100644
--- a/rust/src/binaryreader.rs
+++ b/rust/src/binaryreader.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! A convenience class for reading binary data
+
use binaryninjacore_sys::*;
use crate::binaryview::BinaryView;