commit | 1179a29e5edf91f6dfa7f91a9d8551dedef5445b | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Thu Dec 02 08:13:22 2021 -0800 |
committer | Joel Galenson <jgalenson@google.com> | Fri Dec 10 15:32:40 2021 -0800 |
tree | 4fb47bdc1cd0a28b6f9246448f17a6de5bc3b265 | |
parent | 5527a3073e0986baf28c6a9d50933173494c4be9 [diff] |
Refresh Android.bp, cargo2android.json, TEST_MAPPING. Test: None Change-Id: I34fe630457ceab4c95cae543c6c05792fbd7eff3
“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
.