commit | 2cb26ec4b9fb4d9531df1a93930a9bb2a48cf0da | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Oct 20 03:19:39 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Oct 20 03:19:39 2023 +0000 |
tree | 14fa37ffdf2c6d5125c821f213ff612449349bef | |
parent | f18df3dd5568a28869a7ff385676f2930c4383bb [diff] | |
parent | ed6546ad014b3bd5f6e7615d66f6e810ac8eec5a [diff] |
Snap for 10975086 from ed6546ad014b3bd5f6e7615d66f6e810ac8eec5a to 24Q1-release Change-Id: I7c4a1f516d69d511d63a22ece8e41fb0494f866b
“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
.