• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-3,2872,644

.android-checksum.jsonD04-Jul-20251.1 KiB11

.cargo-checksum.jsonD04-Jul-2025655 11

Android.bpD04-Jul-20251.3 KiB5550

CHANGELOG.mdD04-Jul-20251.3 KiB4026

Cargo.tomlD04-Jul-2025852 3027

LICENSED04-Jul-202511.1 KiB203169

LICENSE-APACHED04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025401 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025734 1710

TEST_MAPPINGD04-Jul-2025389 2221

cargo_embargo.jsonD04-Jul-2025156 1110

README.md

1[![crates.io](https://img.shields.io/crates/v/fallible-iterator.svg)](https://crates.io/crates/fallible-iterator)
2[![docs.rs](https://docs.rs/fallible-iterator/badge.svg)](https://docs.rs/fallible-iterator)
3
4![Continuous integration](https://github.com/sfackler/rust-fallible-iterator/actions/workflows/rust.yml/badge.svg?branch=master&event=push)
5
6# rust-fallible-iterator
7
8"Fallible" iterators for Rust.
9
10## Features
11
12If the `std` or `alloc` features are enabled, this crate provides implementations for
13`Box`, `Vec`, `BTreeMap`, and `BTreeSet`. If the `std` feature is enabled, this crate
14additionally provides implementations for `HashMap` and `HashSet`.
15
16If the `std` feature is disabled, this crate does not depend on `libstd`.
17