payjp 0.0.1

Payjp SDK based on arlyon/async-stripe
Documentation
1
2
3
4
5
6
7
//! This module provides Rust bindings to the Payjp HTTP API, using the
//! `async-std` runtime and a `surf` HTTP client.
mod client;
mod config;

pub use client::Client;
pub use config::ClientBuilder;