wechat-minapp 2.1.1

A rust sdk for wechat miniprogram server api
Documentation
1
2
3
4
5
6
7
8
pub mod client;
pub mod constants;
pub mod error;
pub mod minapp_security;
pub mod qr;
mod response;
pub mod user;
pub type Result<T> = std::result::Result<T, error::Error>;