Bug: 159253212

Clone this repo:
  1. 225a971 Update Android.bp by running cargo_embargo am: c9fe4e45f3 by James Farrell · 10 weeks ago main master
  2. c9fe4e4 Update Android.bp by running cargo_embargo by James Farrell · 10 weeks ago
  3. d333f7b Update Android.bp by running cargo_embargo am: 47efcb18b5 by James Farrell · 3 months ago
  4. 47efcb1 Update Android.bp by running cargo_embargo by James Farrell · 3 months ago
  5. 83f1bad Migrate to cargo_embargo. am: 6118c39c43 am: 03e4a8af14 am: 0c857e2f23 by Andrew Walbran · 9 months ago android14-qpr3-release android14-qpr3-s2-release android-14.0.0_r50 android-14.0.0_r51 android-14.0.0_r52 android-14.0.0_r53 android-14.0.0_r54

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.