arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
414 stars 121 forks source link

Simplify client, remove some allocations #528

Closed mzeitlin11 closed 3 months ago

mzeitlin11 commented 3 months ago

After the big PR in, excited for a small, self-contained PR with some small tweaks I didn't want to mix with everything else

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 91.66667% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 5.70%. Comparing base (d295678) to head (cff37d3).

Files Patch % Lines
async-stripe/src/client/headers.rs 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #528 +/- ## ======================================== - Coverage 5.71% 5.70% -0.02% ======================================== Files 932 932 Lines 38941 38933 -8 ======================================== - Hits 2227 2220 -7 + Misses 36714 36713 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.