commit | d9db01faf392218d6295e90db9299b7678df2f30 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Aug 25 07:52:46 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Aug 25 07:52:46 2022 +0000 |
tree | 8b2ec3df943ce6a5a5663e15ff35c6a03a5eb10b | |
parent | 43a9b65dc959532768119f49467d8211aaa18a10 [diff] | |
parent | e7fc16030fe9ef8e53139f49fcb60fc10d75a2cb [diff] |
Snap for 8992082 from e7fc16030fe9ef8e53139f49fcb60fc10d75a2cb to gki13-boot-release Change-Id: I8950768ad99b281c90aae95cc67c34fc09ddfc8d
“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
.