atri_plugin 0.9.0

AtriPlugin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use atri_macros::plugin;

pub mod client;
pub mod contact;
pub mod env;
pub mod error;
pub mod event;
pub mod listener;
pub mod loader;
pub mod log;
pub mod message;
pub mod runtime;

mod plugin;
pub use plugin::*;