walle-core 0.6.0

Onebot Lib in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub const OBC: &str = "Walle-OBC";

#[cfg(feature = "app-obc")]
mod app_obc;
#[cfg(feature = "impl-obc")]
mod impl_obc;
#[cfg(feature = "websocket")]
mod ws_util;

#[cfg(feature = "app-obc")]
pub use app_obc::*;
#[cfg(feature = "impl-obc")]
pub use impl_obc::*;