Dodo Payments Rust SDK
Unofficial rust sdk to interact with dodopayments REST API.
The REST API documentation can be found on docs.dodopayments.com.
Installation
cargo add dodopayments_rust
Usage
use ;
async
Examples
You can checkout examples folder to view the usage of all the endpoints. To run any example run the following command in your root
cargo run --example <file_name>