rswxpay 0.1.0

WeChat Pay V3 API SDK for Rust — pure Rust crypto, no OpenSSL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod api;
pub mod cert;
pub mod client;
pub mod config;
pub mod crypto;
pub mod error;
pub mod model;
pub mod notify;

pub use client::WxPayClient;
pub use config::{ClientConfig, ClientConfigBuilder};
pub use error::WxPayError;