wx-rust-open 0.1.0

WxRust 开放平台(第三方平台)模块(对应 weixin-java-open)
Documentation
1
2
3
4
5
6
7
//! 开放平台(第三方平台)配置存储默认实现。
//!
//! 对应 Java `me.chanjar.weixin.open.api.impl.WxOpenInMemoryConfigStorage`。

pub mod wx_open_default_config_impl;

pub use wx_open_default_config_impl::WxOpenDefaultConfig;