mangofetch-plugin-sdk 0.5.3

SDK for building MangoFetch plugins
Documentation
1
2
3
4
5
6
7
8
9
mod host;
mod manifest;
mod plugin;

pub use host::*;
pub use manifest::*;
pub use plugin::*;

pub const ABI_VERSION: u32 = 1;