commit | 23068f3c78f6ea300b4c3c3f9f5534f190ece6d5 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Wed Feb 17 03:16:30 2021 +0000 |
committer | android-build-team Robot <[email protected]> | Wed Feb 17 03:16:30 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | fa2c2b5aed0f588ef8d2701e18662872a69bf764 [diff] | |
parent | b56286b09381288b8421505d3bf25d81fc5c1854 [diff] |
Snap for 7149879 from b56286b09381288b8421505d3bf25d81fc5c1854 to sc-v2-release Change-Id: I688aee210b791e081d3603c9b35a8ed23b64db85
“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
.