commit | 52d0b7ecc0c1bc4a3c14611ed5675469c8a8ea02 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Aug 29 01:10:01 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Aug 29 01:10:01 2024 +0000 |
tree | a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9 | |
parent | 041392d1bb162b0b8b5c3120217cd107947919a6 [diff] | |
parent | 91963cc44cae23b68340a51f65ff6100daef6031 [diff] |
Snap for 12291954 from 91963cc44cae23b68340a51f65ff6100daef6031 to sdk-release Change-Id: Iff0b9199d6b09b1b12e9ba9c80e88fc0abfb9d68
“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
.