ImHex/plugins/example_rust/source/plugin_example.rs

8 lines
139 B
Rust

extern crate hex;
#[hex::plugin_setup("Example Rust", "WerWolv", "Example Rust plugin used as template for plugin devs")]
fn init() {
}