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-0.1.2.crate" 11 } 12 version: "0.1.2" 13 license_type: NOTICE 14 last_upgrade_date { 15 year: 2020 16 month: 3 17 day: 31 18 } 19} 20