commit | 5ee085707869a121282ad8590171089550e1b55b | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Thu Nov 05 16:25:55 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Nov 05 16:25:55 2020 +0000 |
tree | 5e487a2233865465fe247f68f3aa5d1185fb4eda | |
parent | 555350262ebfe503774933ed4e00fc965cb83799 [diff] | |
parent | 948b466a008158a81f04a5acccc71bb70a50db10 [diff] |
TEST_MAPPING: test dependers of this crate am: 948b466a00 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1488761 Change-Id: I544b55296929d9fa186d0a1690da5ecd9d5069ce
“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
.