diff options
| author | Mason Reed <mason@vector35.com> | 2025-12-09 15:51:14 -0500 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2025-12-10 17:35:19 -0500 |
| commit | 917fdccb6be2da0e2a4d2346bf615d60aaa17f77 (patch) | |
| tree | 20caa92d2e96a088c2bab5352a1e76f1b11c6f7f /rust/src | |
| parent | 25607f00539187e0834f5c6bbad9eaf1586a6fa7 (diff) | |
[Rust] Add module comment to data renderer
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/data_renderer.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/data_renderer.rs b/rust/src/data_renderer.rs index e193b32d..d6b07343 100644 --- a/rust/src/data_renderer.rs +++ b/rust/src/data_renderer.rs @@ -1,3 +1,5 @@ +//! Render data variables using builtin renderers as well as add custom rendering. + use binaryninjacore_sys::*; use core::ffi; use ffi::c_void; |
