rust-peeking-take-while 0.1.2-1 source package in Ubuntu

Changelog

rust-peeking-take-while (0.1.2-1) unstable; urgency=medium

  * Package peeking_take_while 0.1.2 from crates.io using debcargo 2.2.7

 -- kpcyrd <email address hidden>  Sun, 14 Oct 2018 09:43:56 +0200

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Downloads

File Size SHA-256 Checksum
rust-peeking-take-while_0.1.2-1.dsc 2.1 KiB 484a5aac9888a1d4544c140a9b7011812265248032b366780a326380949d1a56
rust-peeking-take-while_0.1.2.orig.tar.gz 6.8 KiB 76f0afa882b7cf8cb2938e21a926a31db737807bc574e1f7c855656709d762bc
rust-peeking-take-while_0.1.2-1.debian.tar.xz 2.4 KiB 33a5b2455a524f2f4a1f6a7a3a7d12d81f4d5dbe3dd5a86a5f0cdf30ea51161e

No changes file available.

Binary packages built by this source

librust-peeking-take-while-dev: 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.