commit | 8e0a429549894aa29046cb4f381039d910adb4f1 | [log] [tgz] |
---|---|---|
author | Joel Galenson <[email protected]> | Wed Dec 15 16:43:03 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Dec 15 16:43:03 2021 +0000 |
tree | 4fb47bdc1cd0a28b6f9246448f17a6de5bc3b265 | |
parent | 9fa7afcdd3dfafbb7f24bb43e46d2d15b2ab89ab [diff] | |
parent | 71eb938ce171b661ccc0dbbc2a686de0e6b999c4 [diff] |
Merge "Refresh Android.bp, cargo2android.json, TEST_MAPPING." am: e2825afbf7 am: 71eb938ce1 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1912453 Change-Id: I7e3d9c2a15205acd680d567813f4f66e16a1c1c8
“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
.