paypal-rs 0.2.6

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

pub mod common;
pub mod invoice;
pub mod orders;
pub mod payment;