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