commit | 7304d24d9f5b1c9ed548a9623834f7dd25031743 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Wed Feb 17 04:31:47 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Feb 17 04:31:47 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | 97a78e86e7327758b7b179ab098b6c0c39b2ccb3 [diff] | |
parent | e8c5a5bcd3716057f675aef40d77548a2ed30e0f [diff] |
Snap for 7149879 from b56286b09381288b8421505d3bf25d81fc5c1854 to sc-release am: e8c5a5bcd3 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/13593954 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Icee2def856cc4247ff231be86494f82bd75147df
“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
.