stripe-rust

stripe-rust on Travis CI stripe-rust on crates.io stripe-rust on docs.rs

Rust API bindings for the Stripe v1 HTTP API

Usage

Put this in your Cargo.toml:

toml [dependencies] stripe-rust = "0.4.1"

And this in your crate root:

rust extern crate stripe;