Bug: 159253212

Clone this repo:
  1. 83f1bad Migrate to cargo_embargo. am: 6118c39c43 am: 03e4a8af14 am: 0c857e2f23 by Andrew Walbran · 6 months ago main master
  2. 0c857e2 Migrate to cargo_embargo. am: 6118c39c43 am: 03e4a8af14 by Andrew Walbran · 6 months ago
  3. ed6546a Migrate to cargo_embargo. am: 6118c39c43 am: f0e371ac6f am: 1a2ad141cb by Andrew Walbran · 6 months ago
  4. 1a2ad14 Migrate to cargo_embargo. am: 6118c39c43 am: f0e371ac6f by Andrew Walbran · 6 months ago
  5. f0e371a Migrate to cargo_embargo. am: 6118c39c43 by Andrew Walbran · 6 months ago

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.