puniyu_plugin 0.8.8

puniyu 插件库, 提供统一Api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use puniyu_account::account_info;
pub use puniyu_api::pkg_name;
pub use puniyu_contact::{contact, contact_friend, contact_group, contact_group_temp};
pub use puniyu_macros::command;
pub use puniyu_macros::arg;
pub use puniyu_macros::plugin;
pub use puniyu_macros::plugin_config as config;
pub use puniyu_macros::plugin_hook as hook;
pub use puniyu_message::message;
pub use puniyu_segment::segment;
pub use puniyu_sender::{sender, sender_friend, sender_group, sender_group_temp};
pub use puniyu_version::pkg_version;