commit | 43a9b65dc959532768119f49467d8211aaa18a10 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sun Jun 19 04:31:54 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sun Jun 19 04:31:54 2022 +0000 |
tree | 8b2ec3df943ce6a5a5663e15ff35c6a03a5eb10b | |
parent | 6aee105bca36bd1dd73233ff3cd3e420c0fba860 [diff] | |
parent | e4e21155e92b8d9307bf07fbeb056c73ba1f5547 [diff] |
Snap for 8743232 from e4e21155e92b8d9307bf07fbeb056c73ba1f5547 to gki13-boot-release Change-Id: I4a46fb42b678e4038888f6a71a569112bbdbda04
“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
.