4个版本
| 0.2.1 | 2024年3月7日 |
|---|---|
| 0.2.0 | 2024年1月16日 |
| 0.1.9 | 2024年1月16日 |
| 0.1.3 |
|
| 0.1.0 |
|
#3 in #authenticate
443 每月下载量
20KB
449 代码行
open-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