commit | 388a3218a7ef55e4926ed8bba1cfd407dc980f0b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jun 15 21:43:52 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Jun 15 21:43:52 2022 +0000 |
tree | 40756bb27f22283893d91b3ed958a615ffb63589 | |
parent | dee6b692fa8e08d6caebb3b2efbf361cd68984e8 [diff] | |
parent | 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 [diff] |
Snap for 8730993 from 6a3d6f3b912150d8c20a365a5ba35a65d8758e66 to mainline-tzdata3-release Change-Id: I2ef41bc32cf657667e936be5b99bb0be00528b46
“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
.