Crate luo9_sdk

Source
Expand description

洛玖机器人插件开发SDK

这个库提供了开发洛玖机器人插件所需的所有工具和接口。

Re-exports§

pub use plugin::Plugin;
pub use plugin::PluginMetadata;
pub use message::GroupMessage;
pub use message::PrivateMessage;
pub use config::Value;
pub use api::ApiTrait;
pub use api::ApiManager;

Modules§

api
API模块
config
配置模块
macros
宏定义
message
消息类型定义
plugin
插件特性定义
utils
工具模块

Macros§

export_plugin
导出插件创建函数的宏
register_plugin
注册插件的宏