Bug: 159253212

Clone this repo:
  1. c3122ef Migrate 25 crates to monorepo. am: 91963cc44c by James Farrell · 5 months ago main master
  2. 91963cc Migrate 25 crates to monorepo. by James Farrell · 5 months ago main-16k
  3. 36b3f4e Cleanup license metadata in external/rust/crates/fallible-iterator. am: 7467f93525 by Wei Li · 6 months ago
  4. 7467f93 Cleanup license metadata in external/rust/crates/fallible-iterator. by Wei Li · 6 months ago
  5. 7fc822f Update Android.bp by running cargo_embargo am: c9fe4e45f3 am: 225a971adb by James Farrell · 8 months ago android15-tests-dev

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.