A rust wrapper for the Stripe HTTP API
Put this in your Cargo.toml:
Cargo.toml
toml [dependencies] stripe-rust = "0.1"
And this in your crate root:
rust extern crate stripe;