Migrate to cargo_embargo. am: 6118c39c43 am: f0e371ac6f Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/2796217 Change-Id: I1b5c9c463dc5cdb52b65c6db15c5699608755f80 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.