stripe-rust 0.2.0

API bindings for the Stripe v1 HTTP API
Documentation

stripe-rust 0.2.0

Rust API bindings for the Stripe v1 HTTP API

Usage

Put this in your Cargo.toml:

[dependencies]
stripe-rust = "0.2.0"

And this in your crate root:

extern crate stripe;