SumUp Rust SDK
IMPORTANT: This SDK is under heavy development and subject to breaking changes.
The Rust SDK for the SumUp API.
Requirements
Rust 1.82.0 or higher. We follow Firefox MSRV policy.
Installation
Install with:
Quick Start
use Client;
async
Authentication
use ;
// Read SUMUP_API_KEY from the environment
let client = default;
// Or set an explicit API key
let client = default
.with_authorization;
Examples
You can find all examples under examples/. To run an example, use: