danieleades / monzo-lib

monzo API client library, in pure rust
16 stars 4 forks source link

use 'IntoFuture' trait #49

Open danieleades opened 2 years ago

danieleades commented 2 years ago

this works now, but shouldn't be merged until the nightly features used in it are stabilised

codecov[bot] commented 2 years ago

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 46.10%. Comparing base (e83c40a) to head (4103f70). Report is 1 commits behind head on main.

Files Patch % Lines
src/endpoints/transactions/list.rs 0.00% 5 Missing :warning:
src/endpoints/feed_items.rs 0.00% 3 Missing :warning:
src/endpoints/transactions/get.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================== - Coverage 46.21% 46.10% -0.11% ========================================== Files 19 19 Lines 872 874 +2 ========================================== Hits 403 403 - Misses 469 471 +2 ```

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

danieleades commented 9 months ago

blocked on https://github.com/rust-lang/rust/issues/63063