peeking_take_while
crates.io v1.0.0903,295 weekly downloads · 0 依存数
出典データ取得時点:
概要
Like Iterator::takewhile, but calls the predicate on a peeked value. This allows you to use Iterator::byref and Iterator::takewhile together, and still get the first value for which the takewhile predicate returned false after dropping the byref.
インストール
cargo add peeking_take_while
- エコシステムcrates.io
- バージョン1.0.0
- 週間DL数903,295
- ライセンス—
- 依存数0
- 最終リリース2021-09-03
- 初回公開2017-05-17
レジストリの値
公式レジストリの値を、各値ごとに出典を明記してそのまま再掲しています。
説明
Like Iterator::takewhile, but calls the predicate on a peeked value. This allows you to use Iterator::byref and Iterator::takewhile together, and still get the first value for which the takewhile predicate returned false after dropping the byref.
レジストリ提供の説明をプレーンテキストに整形したものです。出典: crates.io (Rust)。
元の説明文(未整形)を表示
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`.
派生指標(算出方法を公開)
以下のレジストリの値からQuantetaが算出した指数です。測定値ではなく派生指標です。算出式は「データと出典」ページに掲載しています。
Q-Vitality Quanteta
6.8 / 100
メンテナンス活発度の指数(リリース頻度+DL水準)。
Q-Trust Quanteta
18.0 / 100
普及・安定度の指数(コミュニティ規模+DL安定性+経過年数)。
Q-Risk Quanteta
53.0 / 100
依存表面の指数。高いほどリスク要因が多い。