https://github.com/fitzgen/peeking_take_while

Last synced: about 1 month ago

Repository metadata:


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 8
Total Committers: 2
Avg Commits per committer: 4.0
Development Distribution Score (DDS): 0.125

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Nick Fitzgerald f****n@g****m 7
zseri z****l@y****e 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

cargo: peeking_take_while

Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.

  • Homepage:
  • Documentation: https://docs.rs/peeking_take_while/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 1.0.0 (published over 3 years ago)
  • Last Synced: 2024-11-10T20:32:16.376Z (about 1 month ago)
  • Versions: 4
  • Dependent Packages: 9
  • Dependent Repositories: 12,162
  • Downloads: 64,914,022 Total
  • Docker Downloads: 717,070,027
  • Rankings:
    • Docker downloads count: 0.016%
    • Downloads: 0.212%
    • Dependent repos count: 0.252%
    • Dependent packages count: 3.656%
    • Average: 11.825%
    • Stargazers count: 27.028%
    • Forks count: 39.786%
  • Maintainers (1)