Skip to main content

mangofetch_plugin_sdk/
lib.rs

1mod host;
2mod manifest;
3mod plugin;
4
5pub use host::*;
6pub use manifest::*;
7pub use plugin::*;
8
9pub const ABI_VERSION: u32 = 1;