commit | 7f148deeb6bce3c11a417eecbc235591d0143704 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Wed Feb 17 03:16:31 2021 +0000 |
committer | android-build-team Robot <[email protected]> | Wed Feb 17 03:16:31 2021 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | 9550f8df99013b46452e37bc5f121d2121ee4874 [diff] | |
parent | b56286b09381288b8421505d3bf25d81fc5c1854 [diff] |
Snap for 7149879 from b56286b09381288b8421505d3bf25d81fc5c1854 to sc-d1-release Change-Id: I8b3a7a99f0ccab569d68251893c5003e18a4ac7b
“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
.