Snap for 7862349 from f1be897e5ec8fe8fea75a601c932c329c049e077 to t-keystone-qcom-release

Change-Id: I4d5c36fb38c90d8b71a24cda13a3e58b3f562179
tree: 710d6bc210ac01ea7cfb4a6d38bc30671819e265
  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.