commit | 6c9fe88ca4173355834e426ce9cdd152b933c6a8 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Sun Feb 21 02:44:05 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sun Feb 21 02:44:05 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | 7304d24d9f5b1c9ed548a9623834f7dd25031743 [diff] | |
parent | f3cc9a77bcf5b4bcda962abaac8819f39d7b414a [diff] |
Snap for 7160059 from 5bc32da84dce9c5ce9f7245c53d79ea84ddafa58 to sc-release am: f3cc9a77bc Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/13646124 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie982995bc24e1be57daece33811855eb95d30bf0
“Fallible” iterators for Rust.
If the std
or alloc
features are enabled, this crate provides implementations for Box
, Vec
, BTreeMap
, and BTreeSet
. If the std
feature is enabled, this crate additionally provides implementations for HashMap
and HashSet
.
If the std
feature is disabled, this crate does not depend on libstd
.