commit | 266681c5c2026c698b6cc5457c3b4a4575db152d | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 18:06:47 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 18:06:47 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: I66fe2d7b9c398e63e2cfba2a99829037c5d7783e 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
.