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