commit | e3e3bd651627a8e8d9cbbeb2c9d1133b4f89c50c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Oct 21 03:14:40 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Oct 21 03:14:40 2023 +0000 |
tree | 14fa37ffdf2c6d5125c821f213ff612449349bef | |
parent | 2cb26ec4b9fb4d9531df1a93930a9bb2a48cf0da [diff] | |
parent | 83f1badb1d1cf11cec39d3ff2170dd51ff785c8f [diff] |
Snap for 10985023 from 83f1badb1d1cf11cec39d3ff2170dd51ff785c8f to 24Q1-release Change-Id: I79dfd2cc126523ad647f6cd529d0d0b61d41c8e0
“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
.