4个版本

0.2.1 2024年3月7日
0.2.0 2024年1月16日
0.1.9 2024年1月16日
0.1.3 2023年11月29日
0.1.0 2023年10月6日

#3 in #authenticate

Download history 169/week @ 2024-03-07 27/week @ 2024-03-14 52/week @ 2024-03-28 26/week @ 2024-04-04

443 每月下载量

MIT 协议

20KB
449 代码行

open-wechat

WeChat

微信小程序开放API的Rust SDK


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?;

依赖项

~5–20MB
~277K SLoC