A rust library that wraps the paypal api asynchronously in a strongly typed manner.
Go to file
2020-06-10 12:29:13 +02:00
.github/workflows Create rust.yml 2020-06-09 10:06:49 +02:00
src progress with orders 2020-06-10 12:29:13 +02:00
.gitignore initial commit 2020-06-08 22:31:40 +02:00
Cargo.toml progress with orders 2020-06-10 12:29:13 +02:00
LICENSE Initial commit 2020-06-08 22:29:59 +02:00
README.md progress with orders 2020-06-10 12:29:13 +02:00
rustfmt.toml progress with orders 2020-06-10 12:29:13 +02:00

paypal-rs

Rust Docs

A rust library that wraps the paypal api asynchronously in a strongly typed manner.

Crate: https://crates.io/crates/paypal-rs

Documentation: https://docs.rs/paypal-rs

Currently in early development.

Testing

You need the enviroment variables PAYPAL_CLIENTID and PAYPAL_SECRET to be set.

cargo test --lib