commit | 4374079da8ba537f97d8133ce663f2dea02fc29f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Feb 16 08:19:55 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Feb 16 08:19:55 2022 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | 76712f208ca671a581a3503cbccd418f32c5e9ce [diff] | |
parent | 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 [diff] |
Snap for 8189365 from 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 to tm-frc-resolv-release Change-Id: I3704e49fe53b0f19da9a5434a3c0a774dbd000c9
“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
.