4 releases
| 0.2.1 | Mar 7, 2024 |
|---|---|
| 0.2.0 | Jan 16, 2024 |
| 0.1.9 | Jan 16, 2024 |
| 0.1.3 |
|
| 0.1.0 |
|
#2301 in Web programming
443 downloads per month
20KB
449 lines
open-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