puniyu_plugin 0.8.9

puniyu 插件库, 提供统一Api
Documentation
pub use puniyu_core::account;
pub use puniyu_core::bot;
pub use puniyu_core::command;
pub use puniyu_core::contact;
pub use puniyu_core::context;
pub use puniyu_core::config;
pub use puniyu_core::element;
pub use puniyu_core::element::receive::*;
pub use puniyu_core::event;
pub use puniyu_core::message;
pub use puniyu_core::path;
pub use puniyu_core::runtime;
pub use puniyu_core::sender;
pub use puniyu_core::server;
pub use puniyu_core::task;
pub mod prelude;
pub use puniyu_core::Version;
pub use puniyu_core::result;
pub use puniyu_core::{app_name, app_version};
pub use puniyu_core::{pkg_name, pkg_version};
pub use puniyu_macros::PluginConfig as Config;
pub use puniyu_macros::plugin;
pub use puniyu_macros::task;
pub use puniyu_macros::server;
pub use puniyu_macros::{command, arg};
pub use puniyu_macros::{on_load, on_unload};

pub use puniyu_core::async_trait::async_trait;
pub use puniyu_core::inventory;
pub use puniyu_core::toml;

mod types;
pub use types::*;