https://github.com/fitzgen/peeking_take_while
Last synced: about 1 month ago
Repository metadata:
- Host: GitHub
- URL: https://github.com/fitzgen/peeking_take_while
- Owner: fitzgen
- License: apache-2.0
- Created: 2017-05-17T00:37:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T17:57:57.000Z (over 3 years ago)
- Last Synced: 2024-10-25T06:25:43.227Z (about 2 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Owner metadata:
- Name: Nick Fitzgerald
- Login: fitzgen
- Email:
- Kind: user
- Description:
- Website: https://fitzgeraldnick.com/
- Location: right behind you
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/74571?v=4
- Repositories: 322
- Last Synced at: 2024-04-09T14:17:18.834Z
- Profile URL: https://github.com/fitzgen
- Sponsor URL:
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 | 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
- Total packages: 1
-
Total downloads:
- cargo: 64,914,022 total
- Total docker downloads: 717,070,027
- Total dependent packages: 9
- Total dependent repositories: 12,162
- Total versions: 4
- Total maintainers: 1
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)