horizon_plugin_api/
lib.rs

1
2
3
4
5
pub struct Plugin {}

pub trait Plugin_API {
    fn new() {}
}