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
pub(crate) mod conversations;
pub(crate) mod direct;
pub(crate) mod group;
pub(crate) mod local_projection;
pub(crate) mod mark_read;
pub(crate) mod read;
pub(crate) mod state;
pub(crate) mod sync;