commit | b4445a27b7d1439a405cc3e8afd71de53639624c | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 18:06:19 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 18:06:19 2023 +0000 |
tree | 90609d88b716b1e6d8245a4ca5fdc02f29862ef8 | |
parent | e27fb5488cda5ee950e8b95b0050ceb969eb5d7d [diff] | |
parent | b1b015918c0a43736788607fcce50892ecee691d [diff] |
Make fallible-iterator available to product and vendor am: 6acfda390b am: 0ff7f26229 am: d4796d5739 am: b1b015918c Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/2475075 Change-Id: I3a9b46a15ebe374bb01483002cdbbb2d18445c86 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
.