commit | ed6546ad014b3bd5f6e7615d66f6e810ac8eec5a | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Thu Oct 19 08:28:36 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Oct 19 08:28:36 2023 +0000 |
tree | 14fa37ffdf2c6d5125c821f213ff612449349bef | |
parent | f18df3dd5568a28869a7ff385676f2930c4383bb [diff] | |
parent | 1a2ad141cbc4da1bf565d180705e49bdeb2792ff [diff] |
Migrate to cargo_embargo. am: 6118c39c43 am: f0e371ac6f am: 1a2ad141cb Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/2796217 Change-Id: I981aa72ae55ad03b92348994a29728736334f10b 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
.