#square #payment #finance #api-bindings #service #card-processing

square-rs

A convenient wrapper for the Square API, providing online payment processing, and other financial services

2 unstable releases

0.2.0 May 26, 2021
0.1.0 May 19, 2021

#28 in #square

21 downloads per month

Custom license

31KB
220 lines

Square-rs

A crate aiming to be a idiomatic and simple to use library for the Square API.


lib.rs:

This crate provides a high level wraper around the Square API.

Currently in an alpha stage this crate is maintained by Cybersaur as an Open Source Project, aimed to promote the use of Rust.

Usage This crate can be used by added it as a dependency in your

projects Cargo.toml.

[dependencies]
square-rs = "0.1.0"

Examples

For examples of how this library can be used, see the examples directory in the repository. The examples are a work in progress, although the payments_api example provides a good use case. It can be run with cargo run --example payments_api.

Dependencies

~3.5–8MB
~189K SLoC