tree: 01ab61f0525173b845094523268b4d1b6b9daf65 [path history] [tgz]
  1. src/
  2. .cargo-checksum.json
  3. Android.bp
  4. Cargo.toml
  5. cargo_embargo.json
  6. CHANGELOG.md
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. README.md
  12. TEST_MAPPING
crates/fallible-iterator/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.