Skip to main content

Module session

Module session 

Source
Expand description

会话管理。

对应 Java me.chanjar.weixin.common.session 包。 Java 的 StandardSession/StandardSessionFacade/InternalSession/Constants/ TooManyActiveSessionsException/LocalStrings.properties 在 Rust 中由 StandardSession + StandardSessionManager 承载(语义对齐,类型合并)。

Re-exports§

pub use standard_session::StandardSession;
pub use standard_session_manager::StandardSessionManager;
pub use wx_session::WxSession;
pub use wx_session_manager::WxSessionManager;

Modules§

standard_session
标准会话实现。
standard_session_manager
标准会话管理器。
wx_session
微信会话。
wx_session_manager
微信会话管理器。