stripe-rust
===========
[](https://travis-ci.org/rapiditynetworks/stripe-rust)
[](https://crates.io/crates/stripe-rust)
[](https://docs.rs/stripe-rust)
Rust API bindings for the Stripe v1 HTTP API
## Usage
Put this in your `Cargo.toml`:
```toml
[dependencies]
stripe-rust = "0.3.3"
```
And this in your crate root:
```rust
extern crate stripe;
```