Thu, 29 Jan 2026 08:13:03 CST | login

Information for build rust-peeking_take_while-0.1.2-1.oc9

ID26639
Package Namerust-peeking_take_while
Version0.1.2
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/rust-peeking_take_while.git?.#26e6c695cea79c0da443a6c51158a8d71cbdb550
SummaryLike Iterator::take_while, but calls the predicate on a peeked value
DescriptionLike `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`.
Built byfanjunkong
State complete
Volume DEFAULT
StartedFri, 26 Jul 2024 02:24:08 CST
CompletedFri, 26 Jul 2024 02:28:51 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/rust-peeking_take_while.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/rust-peeking_take_while.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
rust-peeking_take_while-0.1.2-1.oc9.src.rpm (info) (download)
noarch
rust-peeking_take_while+default-devel-0.1.2-1.oc9.noarch.rpm (info) (download)
rust-peeking_take_while-devel-0.1.2-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Jun 18 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.2-1 - initial build