commit | 97a78e86e7327758b7b179ab098b6c0c39b2ccb3 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Wed Nov 25 02:22:52 2020 +0000 |
committer | android-build-team Robot <[email protected]> | Wed Nov 25 02:22:52 2020 +0000 |
tree | 5e487a2233865465fe247f68f3aa5d1185fb4eda | |
parent | 713a01756e1ce1499b9d1184d6feeea553c3a984 [diff] | |
parent | fa2c2b5aed0f588ef8d2701e18662872a69bf764 [diff] |
Snap for 6993684 from fa2c2b5aed0f588ef8d2701e18662872a69bf764 to sc-release Change-Id: Ib7c70a948240b417da6fffe2b624fc9c3fc3a4c1
“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
.