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