Add metadata files am: 186f52a024 am: eb68f5eb68 am: 6708f54866 am: 9418026dc4

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

Change-Id: Ifaab90ec7b6064427c8f0f3f2c58b73cdd5016f5
tree: 1dd927e063a136014a39512dd191084cc76dcd80
  1. .circleci/
  2. src/
  3. .cargo_vcs_info.json
  4. .gitignore
  5. Cargo.toml
  6. Cargo.toml.orig
  7. CHANGELOG.md
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. METADATA
  11. MODULE_LICENSE_APACHE2
  12. 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.