walle-core 0.4.0

Onebot Lib in Rust
Documentation
1
2
3
4
5
6
#[cfg(feature = "websocket")]
mod app_ws;
#[cfg(feature = "http")]
mod http;
#[cfg(feature = "http")]
mod http_webhook;