stripe-rust 0.2.0

Rust API bindings for the Stripe v1 HTTP API

Usage

Put this in your Cargo.toml:

toml [dependencies] stripe-rust = "0.2.0"

And this in your crate root:

rust extern crate stripe;