commit | a99f4d68004af462f02cf32cd1ec2ec01904ca0a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Feb 02 02:27:10 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Feb 02 02:27:10 2023 +0000 |
tree | 9f5dae66200d5ebde268801db3531a895baab15a | |
parent | 4f81e2e6125dce63dacea4a7f1ffd99185f12798 [diff] | |
parent | e27fb5488cda5ee950e8b95b0050ceb969eb5d7d [diff] |
Snap for 9552483 from e27fb5488cda5ee950e8b95b0050ceb969eb5d7d to udc-release Change-Id: Id486baf3e0ddb0f5cab1b3ce1bfea05765478a26
“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
.