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

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

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