Migrate 25 crates to monorepo. am: 91963cc44c am: c3122ef986

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

Change-Id: Icfc19ac66a9d5d4fd32c6b0c6d4b12a42ef290c2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9
  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
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.