wechat-vendor-sdk 0.3.1

wechat miniprogram and wechat corp sdk (微信小程序和企业微信部分 sdk 封装)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Add new apis

1. after adding new api wrappers, you should write test cases under `examples/demo.rs` and have a real test to make sure you have a correct type definition

## Build doc locally

```sh
RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --no-deps --all-features --open
```

## Publish

```sh
cargo publish --registry crates-io
```