commit | 30dc3060e431031a2ebb71d0a8d915117315c720 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Sep 10 23:09:34 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Sep 10 23:09:34 2024 +0000 |
tree | a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9 | |
parent | 52d0b7ecc0c1bc4a3c14611ed5675469c8a8ea02 [diff] | |
parent | c3122ef986f30ff82a0e82138f833febe3ea8d69 [diff] |
Snap for 12349386 from c3122ef986f30ff82a0e82138f833febe3ea8d69 to sdk-release Change-Id: I41ecaed11ef5064ac47f3afc86e274ded364e6e5
“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
.