helix-im 0.1.21

基于 Helix Core 的确定性 MessageV3 IM 业务模块
Documentation
1
2
3
4
5
6
7
8
9
//! Channel aggregate root and channel write model.

pub mod gate;
mod lifecycle;
mod lifecycle_scan;
pub mod older_context;
pub mod write;

pub use gate::*;