async_wechat/
constants.rs

1pub mod keys {
2    pub const GLOBAL_TOKEN: &str = "async-wechat:global:token";
3}