4 releases

0.2.1 Mar 7, 2024
0.2.0 Jan 16, 2024
0.1.9 Jan 16, 2024
0.1.3 Nov 29, 2023
0.1.0 Oct 6, 2023

#2301 in Web programming

Download history 3/week @ 2024-09-24

443 downloads per month

MIT license

20KB
449 lines

open-wechat

WeChat

A rust sdk for wechat miniprogram open api


lib.rs:

use open_wechat::client::Client; use open_wechat::client::authenticate::Authenticate;

let client = Client::new("app_id", "secret"); let session = client.authenticate("code").await?;

Dependencies

~6–21MB
~258K SLoC