commit | e36bfe6f554a6cf510ea98bb9acf8f18877b70b9 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 29 01:12:45 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 29 01:12:45 2024 +0000 |
tree | a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9 | |
parent | 876bc47a876576d772edac48d4a6857c4aba08e2 [diff] | |
parent | 7fc86c7584f66d820ef7aac837a6d458ffa45930 [diff] |
Snap for 12291679 from 7fc86c7584f66d820ef7aac837a6d458ffa45930 to 25D4-release Change-Id: I0d474862854aae0a0f5a78d8c63224124e3d906d
“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
.