commit | 640a91e6d435824c3fcf656be825783eb98ea4c3 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Feb 16 01:09:49 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Feb 16 01:09:49 2022 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | 76712f208ca671a581a3503cbccd418f32c5e9ce [diff] | |
parent | 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 [diff] |
Snap for 8188146 from 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 to tm-frc-documentsui-release Change-Id: I9dd71959776852fbc4539e17566356a94d8b0755
“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
.