walle-core 0.2.0

Onebot Lib in Rust
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "app")]
pub(crate) mod app;
#[cfg(feature = "impl")]
pub(crate) mod impls;
pub(crate) mod utils;

#[cfg(feature = "websocket")]
pub(crate) mod ws_utils;