commit | 3db3571ae73da6ef9f004079e38fbf66ebbffae7 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Aug 28 23:12:14 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Aug 28 23:12:14 2024 +0000 |
tree | a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9 | |
parent | 1cad9f2eefe5461230c10600d950139ba30b8309 [diff] | |
parent | 7fc86c7584f66d820ef7aac837a6d458ffa45930 [diff] |
Snap for 12289667 from 7fc86c7584f66d820ef7aac837a6d458ffa45930 to 24Q4-release Change-Id: I7279661c26fa1740944f138e77146659d3f4f1fa
“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
.