commit | 76712f208ca671a581a3503cbccd418f32c5e9ce | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Wed Dec 15 18:06:41 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Dec 15 18:06:41 2021 +0000 |
tree | 4fb47bdc1cd0a28b6f9246448f17a6de5bc3b265 | |
parent | 7a5aab07f4f1d2b26e36029ee95df35ff22f3872 [diff] | |
parent | 405866219aa8711352db6f21ca4447de21993e67 [diff] |
Merge "Refresh Android.bp, cargo2android.json, TEST_MAPPING." am: e2825afbf7 am: 71eb938ce1 am: 8e0a429549 am: 405866219a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1912453 Change-Id: I8346fdab62a65233c5749dcd9290d55134a42efd
“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
.