1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
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; ```