summaryrefslogtreecommitdiff
path: root/rust/src/data_renderer.rs
AgeCommit message (Collapse)Author
2025-12-10[Rust] Add module comment to data rendererMason Reed
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
These are introduced after changing to Rust 1.91.1
2025-10-07[Rust] Implement custom data renderer APILukBukkit
Also adds an example plugin and misc rust fixes / documentation. This is a continuation of https://github.com/Vector35/binaryninja-api/pull/6721 Co-authored-by: rbran <lgit@rubens.io>