wyyerd/stripe-rs

price.rs file is missing at crates.io

lennartkloock opened this issue · 4 comments

The file(src/resources/price.rs) is just missing and I can't use the structs and functions in my project. I really don't know why?!
https://docs.rs/crate/stripe-rust/0.12.3/source/src/resources/

Same here. I'm wondering if the failing build isn't helping?

I solved it by doing the requests to the stripe servers myself. (With https://crates.io/crates/reqwest)

This crate seems to be not that well maintained at all

Closing now that async-stripe in the de-facto successor