diff options
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; |
