commit | 7fc822fc90891dd77b331ed9cbb37fde41be1e08 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 15:03:54 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 21 15:03:54 2024 +0000 |
tree | 19704aee09df78179f51963f618819534f6eef5b | |
parent | 315a91f92d4e41f5eed30d8b1a733cceeea10e80 [diff] | |
parent | 225a971adb80f8aad32912fd7cdd4561c321e72e [diff] |
Update Android.bp by running cargo_embargo am: c9fe4e45f3 am: 225a971adb Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/3093010 Change-Id: I5cd42a7167080ec173729cd7d2be723f852fe073 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
.