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 • Rust 包仓库 169/week @ 2024-03-07 • Rust 包仓库 27/week @ 2024-03-14 • Rust 包仓库 52/week @ 2024-03-28 • Rust 包仓库 26/week @ 2024-04-04 • Rust 包仓库

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