safetywechat 0.1.0

A Wechat Public Platfrom SDK for Rust. [Inprocessing]
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[macro_use]
extern crate async_trait;

pub mod cache;
pub mod accesstoken;
pub mod config;
pub mod error;
pub mod official_account;

pub use error::Result;