mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-26 22:49:21 -06: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() {}
|
|
|