commit | 2531ec84ee11a56c008d14a0bc8cb597ff38d37d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Feb 17 02:46:04 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Feb 17 02:46:04 2022 +0000 |
tree | 4fb47bdc1cd0a28b6f9246448f17a6de5bc3b265 | |
parent | 640a91e6d435824c3fcf656be825783eb98ea4c3 [diff] | |
parent | 76712f208ca671a581a3503cbccd418f32c5e9ce [diff] |
Snap for 8192738 from 76712f208ca671a581a3503cbccd418f32c5e9ce to tm-frc-documentsui-release Change-Id: I03b44b319bb62200659cb1d5e809455913e5c4cf
“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
.