walle-core 0.1.0

Onebot Lib in Rust
1
2
3
4
5
6
7
#[cfg(feature = "app")]
pub(crate) mod app;
#[cfg(feature = "impl")]
pub(crate) mod impls;
mod util;
#[cfg(feature = "websocket")]
pub use util::WebSocketServer;