puniyu_core 0.7.8

puniyu 的核心模块,包含基础设施和通用功能
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod bot;
pub mod common;
mod config;
pub use config::Config;
mod app;
pub use app::App;
pub mod error;
#[cfg(feature = "logger")]
pub mod logger;
pub use puniyu_common::APP_NAME;
pub mod plugin;
pub use async_trait::async_trait;
pub use inventory;
pub use puniyu_common::{Channel, VERSION};