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
Examples
You can find all examples under examples/. To run an example, use: