[automerger skipped] Skip ab/6749736 in stage. am: 555350262e -s ours am: f89d4bb8cd -s ours

am skip reason: Change-Id Id7cb5d1464ca073983d8f063397f037dea64d6bb with SHA-1 9ee62f7b98 is in history

Original change: https://googleplex-android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/12793823

Change-Id: If0c4a0553957ea19364496a63174161e31d9bbeb
tree: 93e76ae5b09048b10a028880901a4ce80ce3465d
  1. .circleci/
  2. src/
  3. .cargo_vcs_info.json
  4. .gitignore
  5. Android.bp
  6. Cargo.toml
  7. Cargo.toml.orig
  8. CHANGELOG.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS
  14. README.md
  15. TEST_MAPPING
README.md

rust-fallible-iterator

CircleCI

Documentation

“Fallible” iterators for Rust.

Features

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.