Skip to main content

onebot_api/
communication.rs

1#[cfg(feature = "combiner")]
2pub mod combiner;
3#[cfg(feature = "http")]
4pub mod http;
5#[cfg(feature = "http-post")]
6pub mod http_post;
7#[cfg(feature = "sse")]
8pub mod sse;
9pub mod utils;
10#[cfg(feature = "websocket")]
11pub mod ws;
12pub mod ws_reverse;