Android 12.1.0 release 25
[automerger skipped] Mark ab/7061308 as merged in stage. am: 7ceaba3d04 -s ours am: 6be3d7a238 -s ours

am skip reason: Change-Id I9155d0b800bf9420d933c2787c0fb7522afb8904 with SHA-1 b960b59dd1 is in history

Original change: undetermined

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9babc9825ee117493f7a8096750d5205ffc86503
tree: 40756bb27f22283893d91b3ed958a615ffb63589
  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.