im-core 0.1.0

Rust IM SDK for Awiki clients built on Agent Network Protocol (ANP)
Documentation
1
2
3
4
5
mod dto;
mod service;

pub use self::dto::{AuthScope, AuthStatus, SessionBundle, SessionUpdate};
pub use self::service::AuthService;