commit | 8ce1ac6e1cef88eeafea70ee4ff19348a15ade5e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Nov 02 03:14:56 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Nov 02 03:14:56 2022 +0000 |
tree | 8b2ec3df943ce6a5a5663e15ff35c6a03a5eb10b | |
parent | 270dbffbb38375cd57e49652055aabc7c00800ec [diff] | |
parent | 4f81e2e6125dce63dacea4a7f1ffd99185f12798 [diff] |
Snap for 9245572 from 4f81e2e6125dce63dacea4a7f1ffd99185f12798 to udc-d1-release Change-Id: I8a4caa37a6cb4d3cbe0afe6a6e52ce4ca1a28be8
“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
.