commit | 3e5d5136f99fc9fd07ce83fa449fde783c381c0e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Nov 30 02:05:27 2021 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Nov 30 02:05:27 2021 +0000 |
tree | 275a69bb2e505f14a1023ab46c2ea5a7aaafa891 | |
parent | 15f1803fba4b2f5d3390f2b6b266f556cd4ce9cf [diff] | |
parent | 7a5aab07f4f1d2b26e36029ee95df35ff22f3872 [diff] |
Snap for 7953399 from 7a5aab07f4f1d2b26e36029ee95df35ff22f3872 to tm-release Change-Id: I412d78d07c08cf58dce6de532365ebd617ff09b3
“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
.