sumup-rs 0.2.0

A comprehensive, type-safe Rust client for the SumUp API with full async/await support
Documentation
// Re-export all model modules
pub mod checkout;
pub mod common;
pub mod customer;
pub mod member;
pub mod membership;
pub mod merchant;
pub mod payout;
pub mod reader;
pub mod receipt;
pub mod role;
pub mod transaction;

// Re-export commonly used types for convenience
pub use checkout::*;
pub use common::*;
pub use customer::*;
pub use member::*;
pub use membership::*;
pub use merchant::*;
pub use payout::*;
pub use reader::*;
pub use receipt::*;
pub use role::*;
pub use transaction::*;