commit | cf0e244d23b6d377e8f973ca857b13834a75b8be | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sun Sep 15 07:09:46 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sun Sep 15 07:09:46 2024 +0000 |
tree | a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9 | |
parent | 2563c1c77182cf3cfe6b108ff05729d46d65548a [diff] | |
parent | 30dc3060e431031a2ebb71d0a8d915117315c720 [diff] |
Snap for 12356763 from 30dc3060e431031a2ebb71d0a8d915117315c720 to busytown-mac-infra-release Change-Id: If453e7883ecb71f3e29c89b88433d496747d097f
“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
.