commit | 0ff7f2622966e3b261c5946b6f66ae9fb2521472 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 15:13:01 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 15:13:01 2023 +0000 |
tree | 90609d88b716b1e6d8245a4ca5fdc02f29862ef8 | |
parent | 687c3f3fb76e18ab15819205c1d8b859f7660297 [diff] | |
parent | 6acfda390b16aeb6df421ee69aabdd6c0098f11f [diff] |
Make fallible-iterator available to product and vendor am: 6acfda390b Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/2475075 Change-Id: Iab86035ade21e47247ad70ff07530f5a2ddeda13 Signed-off-by: Automerger Merge Worker <[email protected]>
“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
.