Source: rust-peeking-take-while Section: rust Priority: optional Build-Depends: debhelper (>= 11), dh-cargo (>= 10), cargo:native , rustc:native , libstd-rust-dev Maintainer: Debian Rust Maintainers Uploaders: kpcyrd Standards-Version: 4.2.0 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/peeking-take-while] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/peeking-take-while X-Cargo-Crate: peeking_take_while Package: librust-peeking-take-while-dev Architecture: any Multi-Arch: same Depends: ${misc:Depends} Provides: librust-peeking-take-while+default-dev (= ${binary:Version}), librust-peeking-take-while-0-dev (= ${binary:Version}), librust-peeking-take-while-0+default-dev (= ${binary:Version}), librust-peeking-take-while-0.1-dev (= ${binary:Version}), librust-peeking-take-while-0.1+default-dev (= ${binary:Version}), librust-peeking-take-while-0.1.2-dev (= ${binary:Version}), librust-peeking-take-while-0.1.2+default-dev (= ${binary:Version}) Description: Peekable Iterator::take_while - Rust source code 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`. . This package contains the source for the Rust peeking_take_while crate, packaged by debcargo for use with cargo and dh-cargo.