paypal-rs 0.2.6

A library that wraps the paypal api asynchronously.
Documentation
1
2
3
4
5
//! This module contains the api endpoints.

pub mod invoice;
pub mod orders;
pub mod payments;