commit | 315a91f92d4e41f5eed30d8b1a733cceeea10e80 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Thu May 09 20:27:18 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu May 09 20:27:18 2024 +0000 |
tree | afb308c596b4cda513bd6ea21fe21b9ce728a6f1 | |
parent | 83f1badb1d1cf11cec39d3ff2170dd51ff785c8f [diff] | |
parent | d333f7bc59b08b0d70bfd9981470f6bd906a0ce5 [diff] |
Update Android.bp by running cargo_embargo am: 47efcb18b5 am: d333f7bc59 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/3079691 Change-Id: I2cdd0c60e6e93a9da6b77fc2645078ba00119680 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
.