13dcad92aSopenharmony_ci[package] 23dcad92aSopenharmony_ciauthors = ["Nick Fitzgerald <fitzgen@gmail.com>"] 33dcad92aSopenharmony_cidescription = "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`." 43dcad92aSopenharmony_cicategories = ["no-std", "rust-patterns"] 53dcad92aSopenharmony_ciedition = "2018" 63dcad92aSopenharmony_cikeywords = ["iterator", "take_while", "peek", "by_ref"] 73dcad92aSopenharmony_cilicense = "MIT OR Apache-2.0" 83dcad92aSopenharmony_ciname = "peeking_take_while" 93dcad92aSopenharmony_cireadme = "./README.md" 103dcad92aSopenharmony_cirepository = "https://github.com/fitzgen/peeking_take_while" 113dcad92aSopenharmony_civersion = "1.0.0" 123dcad92aSopenharmony_ci 133dcad92aSopenharmony_ci[badges] 143dcad92aSopenharmony_ci[badges.travis-ci] 153dcad92aSopenharmony_cirepository = "fitzgen/peeking_take_while" 16