Add metadata files am: 186f52a024

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

Change-Id: I6187f5f25cc5e9cec678873d5d0184216448a866
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.