Alipay SDK in Rust: A Custom Implementation
alipay_sdk_rust The official Alipay SDK does not have a Rust version, so I have implemented one that is already usable in the production environment. It is based on the gostd HTTP module. Alipay SDK in Rust. It only supports the most secure RSA2 signing verification method with public key certificate, and defaults to UTF-8 encoding. … Read more