1name: "peeking_take_while" 2description: "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`." 3third_party { 4 url { 5 type: HOMEPAGE 6 value: "https://crates.io/crates/peeking_take_while" 7 } 8 url { 9 type: ARCHIVE 10 value: "https://static.crates.io/crates/peeking_take_while/peeking_take_while-1.0.0.crate" 11 } 12 version: "1.0.0" 13 license_type: NOTICE 14 last_upgrade_date { 15 year: 2021 16 month: 9 17 day: 30 18 } 19} 20