Fix fallible-iterator/METADATA am: c47b68edc7 am: 5f065f4a10 am: a8bef39114 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/fallible-iterator/+/1414034 Change-Id: I7d840430a81e6e0966560b684f8d58b9e93babdd 
tree: 6229ac336acdf5e54d3934eff8fca4401c204681
  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. README.md
  14. 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.