mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
6 lines
137 B
Rust
6 lines
137 B
Rust
extern crate hex;
|
|
|
|
#[hex::plugin_setup("Example Rust", "WerWolv", "Example Rust plugin used as template for plugin devs")]
|
|
fn init() {}
|
|
|