stripe-rust 0.1.1

A rust wrapper for the Stripe HTTP API

Usage

Put this in your Cargo.toml:

toml [dependencies] stripe-rust = "0.1"

And this in your crate root:

rust extern crate stripe;