rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.62k stars 298 forks source link

feat(`FilterOk`): implement `DoubleEndedIterator` #948

Closed Xenira closed 1 month ago

Xenira commented 1 month ago

Implemented DoubleEndedIterator for FilterOk

Refs: #947

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.48%. Comparing base (6814180) to head (d882491). Report is 97 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #948 +/- ## ========================================== + Coverage 94.38% 94.48% +0.09% ========================================== Files 48 49 +1 Lines 6665 7030 +365 ========================================== + Hits 6291 6642 +351 - Misses 374 388 +14 ```

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

Xenira commented 1 month ago

Added the rfold impl