im-core 0.1.0

Rust IM SDK for Awiki clients built on Agent Network Protocol (ANP)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub(crate) mod async_ws_transport;
pub(crate) mod attachment_projection;
pub(crate) mod dispatch;
pub(crate) mod frame;
pub(crate) mod heartbeat;
pub(crate) mod local_projection;
pub(crate) mod notification;
pub(crate) mod projection;
pub(crate) mod reconnect;
pub(crate) mod session_loop;
pub(crate) mod shutdown;
pub(crate) mod transport;
#[cfg(feature = "blocking")]
pub(crate) mod ws_transport;