Import fallible-iterator-0.2.0 am: 6b7b06bd2d am: b80e443cb0 am: eebc2db1c5 am: 06679bfcc3

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

Change-Id: Ia6c525e271681fa64e07ff1caf0c18e7e8cb8e62
tree: dfd95ab0ac90586a2cccf95bcc760dc88b9bd47c
  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. 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.