stripe-rust 0.1.1

A rust wrapper for the Stripe HTTP API
Documentation

stripe-rust 0.1.1

A rust wrapper for the Stripe HTTP API

Usage

Put this in your Cargo.toml:

[dependencies]
stripe-rust = "0.1"

And this in your crate root:

extern crate stripe;