commit | 0c857e2f23be86aae50c830cb28ec9eb4aa4eab3 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Thu Oct 19 18:50:19 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Oct 19 18:50:19 2023 +0000 |
tree | 14fa37ffdf2c6d5125c821f213ff612449349bef | |
parent | 1a2ad141cbc4da1bf565d180705e49bdeb2792ff [diff] | |
parent | 03e4a8af1481af744f24f6e8e787aa76efa6c9a9 [diff] |
Migrate to cargo_embargo. am: 6118c39c43 am: 03e4a8af14 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/2796217 Change-Id: If490091aa1a7edbd568d6349967d9f256194e1ab 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
.