wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
224 stars 88 forks source link

Update to use `std::future::Future` #100

Closed kestred closed 4 years ago

kestred commented 4 years ago

Implements https://github.com/wyyerd/stripe-rs/issues/97.

Gives small improvements towards https://github.com/wyyerd/stripe-rs/issues/96 (primarily by removing the dependency on reqwest).