stripe-rust 0.4.1

API bindings for the Stripe v1 HTTP API
Documentation

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:

[dependencies]
stripe-rust = "0.4.1"

And this in your crate root:

extern crate stripe;