This is the Rust SDK for the SaaSus Platform.
In your workspace, run the following command:
cargo add saasus-sdk-rust --git https://github.com/bigdragon0610/saasus-sdk-rust.git --tag v1.11.1
Or add the following to your Cargo.toml
:
[dependencies]
saasus-sdk-rust = { git = "https://github.com/bigdragon0610/saasus-sdk-rust.git", tag = "v1.11.1" }
To learn how to use this SDK, please refer to the sample project.